Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'site'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 32,081 through 32,100 (of 39,333 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #61409

    ok, you have version 3.0.3 installed, you also have it installed in the wrong folder on your site… I went in and removed the wrong version you had made the the correct version was installed and activated in the right folder.

    Ben

    In forum: Pinnacle Theme

    In reply to: URGENT: website down

    #61407

    Do you not have a full backup of your site then? Did you not backup your database?

    If you didn’t then you should contact your host there is a chance you host has a real backup of your site. and going forward you should always make backups of your site, there are great free plugins that can do this for you: https://wordpress.org/plugins/duplicator/

    If you and your host don’t have a backup then you need to reinstall all the wordpress files and hope your database is still working and not broken. (talk with your host they can access your mysql and help you).

    Ben

    #61402

    Sounds like you are using a one page website, understand that if you have any reason to leave that page (like a post or product) then your edit would be breaking the logo link to your home page.

    You would have the change the link in the logo. (that would require that you edit the header.php file through a child theme). https://www.kadencewp.com/child-themes/

    You would have to change the templates/header.php like 32. Make the link a hash tag. #

    Ben

    #61392

    Hey
    You wrote “I had a lock on my website:” What does that mean?
    Ben

    #61390

    Hey,
    You should not add code through the wordpress editor, you can easily mess up one line of code and the whole site would crash. Much better to use ftp and control your changes.

    If you want to add a banner then you would need to use a function through a child theme. You can get a child theme here: https://www.kadencewp.com/child-themes/

    Then you would need to add something like this to the functions.php file:

    add_action('after_page_header', 'kt_addcustom_banner_posts');
    
    function kt_addcustom_banner_posts() {
    	if(is_single()) {
    		echo 'custom banner here';
    	}
    }

    Ben

    In forum: Pinnacle Theme

    In reply to: URGENT: website down

    #61387

    This way I will loose the theme options settings and plugins settings .

    Any way to install just WordPress and keep all other settings , this seems a stupid Question, but I have to ask As installing wp again means I will rebuild the whole website !

    In forum: Virtue Theme

    In reply to: Fatal Memory

    #61378

    hey,
    It’s about your settings in php not the servers ram. Based on the error your settings are for 40mb and thats what you need to increase. The server my have a settings higher but your site doesn’t hence the error.

    Woocommerce recommends you set to at least 64mb.

    I recommend you go higher like 96 or 120. (and if you have a large store with a lot of customers go more like 260)
    Ben

    In forum: Virtue Theme

    In reply to: Remove White Space

    #61376

    Hey,
    Looking at your site it seems you have set the slider to have a height of 800px? That makes for a lot of space around your images since they are not near 800px tall. Have you tried adjusting the slider grid size in your settings?

    Ben

    #61373

    Hello,
    How do I get the blog archive featured images to show?

    I am looking at a category mysite.com/categoryA
    I see the posts with their excerpts but I don’t see the featured images.
    Thanks,

    In forum: Virtue Theme

    In reply to: Loco Translate

    #61367

    Now is there a way to have the site in German but me having the Dashboard in English ?

    – if you using a muitiligual plugin you can do this by switching back and forth in your admin. Otherwise no.

    Ben

    In forum: Virtue Theme
    #61360

    Hey,
    No don’t delete anything. In settings > general you can set the site name.

    Can you post a temp login so I can look at your admin?

    Ben

    In forum: Pinnacle Theme

    In reply to: Drop down menu

    #61349
    This reply has been marked as private.
    #61344

    Hello – Help

    I clicked Publish while on the Pinnacle Premium Demo – and now can’t change anything or make any alterations – How do I Unpublish and start again. I already have a maintenance mode in place and all info is showing as correct on Dashboard – but due to Clicking Publish (while having installed the Demo) now I can’t change anything. It’s like the Demo of Pinnacle is now my website Please Help !! Thank you (embarrassed !).

    #61340

    Hello,
    The changes that I am making in the Theme Options section of the Virtue Theme are not showing up on my site. I’m not sure why this is happening as I am saving my changes when I make them. Please advise.
    Thanks,

    Aaron

    In forum: Pinnacle Theme

    In reply to: URGENT: website down

    #61336
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Remove White Space

    #61319

    Hi Hannah, thanks for replying. Here is the link http://timeshop.clocksandchimes.co.uk/

    I was thinking in terms of the white space being generic to the theme, I’d not considered it may just be my site!

    #61311
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Loco Translate

    #61299

    😀

    seems like there are more German languages in WP and i didn’t activate the right one.

    Now is there a way to have the site in German but me having the Dashboard in English ?

    Thanks,
    B.

    #61293

    Hi,

    Is there a way in which I can deactivate the Cyclone Slider and Revolution Slider ? In my current website, I do not use this and I do not want to keep this updated.

    Best Regards,
    Kumar

    #61291

    I’m setting up a shop using woocommerce in the virtue premuim theme and have encoutered this error message “Sorry, no products matched your selection. Please choose a different combination.” I have done a ton of research on this issue and everyone seems to have a different remedy, none of which seem to have fixed this issue for me. It seems like there’s a disconnect between some woocommerce updates and the updated theme. The weirdest thing is that I have a 2nd website running the same theme & woocommerce combo with zero product variation issues.

    What is the easiest way to resolve this issue?

Viewing 20 results - 32,081 through 32,100 (of 39,333 total)