Forum Replies Created

Viewing 15 replies - 16 through 30 (of 445 total)
  • Hi,

    Looks like none of the titles or images are pulling the permalinks for the post in question. Your link tag comes back empty. You would have to figure out which file is working that /news/ page, most of the time its index.php.

    If you can copy and paste the code from index.php onto here as code, I can help you figure out how to possibly fix the issue.

    Thank you,

    Regards,
    Artur

    Forum: Fixing WordPress
    In reply to: Cannot log in

    Hi @mqqn,

    If you can FTP into your site, you can rename the file in question which is breadcrumb.php. So when you FTP into your site go to;

    /html/wp-content/themes/clearsky/component/

    In that directory you will be able to locate the file called;

    breadcrumb.php

    then rename it to;

    breadcrumb.bak

    and it should allow you to log into your WordPress Dashboard.

    Let’s see if that works at first. Let us know.

    Thank you,
    Regards,
    Artur

    Hi,

    Can you post your URL to the site?

    Thank you,

    Regards,
    Artur

    Hi there,

    Sorry to hear you’re having trouble, let me see if I can assist with this one. Now in terms of settings stuff up layout + design wise, are you only using the customizer or did your theme come with a builder that shows up on each “Page”.

    That said, to center the text under the “About” menu, for all the drop down items and this would be just for the “About” menu since that’s the only menu with a drop down items. You would need to place small bit of code either into the themes “Custom CSS” box or go into Appearance and edit the style.css file.

    When you do, simply add this;

    .chrome .navbar .navbar-inner .nav li {
         text-align: center !important;
    }

    That should do it. Everything under any drop down will be centered.

    Hope that helps.

    Thank you,
    Artur

    Forum: Fixing WordPress
    In reply to: IE Issue

    Hi @klangan,

    Sorry to hear you guys are having trouble with IE and your website. Is it all versions of IE or just certain ones. If a specific one, can you let me know which version of IE is having this issue?

    Thank you,

    Regards,
    Artur

    Hi @kurbs33,

    Seems like something really got broken within your WordPress setup. Let’s start with the usual stuff, have you installed any plugins or made changes to your theme?

    Thank you,

    Regards,
    Artur

    Hi Mark,

    Glad I was able to help. Don’t hesitate to come back with anything else you might be working on, having a hard time with. Happy to help.

    Have a good week.

    Regards,
    Artur

    Hi,

    Have you tried to rename your “plugin” directory to something like “plugins_bak” then trying. I’m thinking that maybe there’s an issue with your functions.php file or a plugin is causing issues.

    If you rename your plugins directory to something different, it deactivates all of your plugins.

    Now if you reload the page and the widget is back, you’re golden. You’d simply have to go back and activate each plugin, one by one and reload the page on each plugin activation to see if the widget disappears. If it does, deactivate the last plugin. If it comes back, then that is the plugin causing the issue. Keep it deactivated and then continue activating the rest same way as before.

    To rename the “plugins” directory, you would require FTP access. The directory will be located under /wp-content/ directory … so /wp-content/plugins. Depending on your hosting provider /wp-content/ can be in either www directory or in public_html directory.

    Hope the above helps.

    Thank you,
    Artur

    Forum: Fixing WordPress
    In reply to: Database problems

    Hi @72brb,

    You are welcome. I am glad to see that worked for you and everything is back to normal.

    Thank you,
    Artur

    Hi Michele,

    Not a problem, glad its sorted it self out with the PHP update giving you more allotted memory. That said, there isn’t really any support or ticket support for www.ads-software.com. www.ads-software.com is free, and WordPress.com is free. You can get more support from WordPress.com, but most of the time this forum is it. WordPress VIP now that is a different story. VIP is quite expensive.

    So the bottom answer is that the WordPress community is big and we’re here to help and share our knowledge.

    Hope that helps. We’re always happy to help here.

    Thank you,
    Artur

    Maybe this is what you are after? https://keesiemeijer.wordpress.com/date-pagination

    Forum: Fixing WordPress
    In reply to: Database problems

    Well unless your exporting more then one thing, like an export from WordPress.com would be a zip file but the normal or any import file of WordPress export would be .xml no matter what.

    One option you have local or not, delete the database completely, not just the tables since some old godaddy tables are not being deleted.

    Then create a brand new database with a new name, new user with new password. Update wp-config.php file with the new info a d import the sql file into that database with what I said above.

    I don’t think I ever had PHPMyAdmin not remove a table. Actually, you can run a queries in PHPMyAdmin to just remove that table if checking it off and drop doesn’t work.

    Hope that helps.
    Artur

    Hi,

    No need for apology, I completely understand and everyone is at their own level of knowledge. That said and looking at your code example, your looking to display post based on their year. Sort of like pagination yearly vs pages. So normally the query would bring bunch of posts back but list them pages by 10s or whatever.

    You want to bring a query back and figure out how to page them by year they are from. Correct?

    I’m sorry if I’m not getting it right.

    Hi,

    Can you provide url to the site?

    Thanks,
    Artur

    Hi,

    From my experience sometimes hosting providers don’t offer much of PHP memory allocation to shared hosted sites, nor do they give or share any amount of resources and most time servers are oversold. So importing a big amount of posts can take a lot of resources.

    That said, in your import you select the option to download media as well. If I’m right, after like few minutes you get no confirmation (ie: all done, have fun) but rather a white screen on the import page, correct?

    Thanks,
    Artur

Viewing 15 replies - 16 through 30 (of 445 total)