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,601 through 32,620 (of 39,333 total)
  • Author
    Search Results
  • #57605

    Hi Hannah,

    This has worked well for the regular desktop view of the site, however, when viewing on mobile, the Woocommerce product search widget (which is now added to the top bar), reverts back to an overall site search box, rather than just a product search box.

    Thanks,

    Martin.

    #57583

    I currently have the premium version of the virtue theme installed (version 3.1.4, along with a child theme). Previous updates have worked.

    I am trying to update to the latest vistue theme version 3.2.6, however I get the folliwng:

    “The update process is starting. This process may take a while on some hosts, so please be patient.

    Enabling Maintenance mode…
    Updating Theme Virtue – Premium (1/1)

    Downloading update from
    Unpacking the update…
    Installing the latest version…
    Removing the old version of the theme…
    Theme update failed.

    An error occurred while updating Virtue – Premium: Could not remove the old theme.

    Disabling Maintenance mode…

    All updates have been completed.”

    Unfortunatley my site will not load as the theme is “Broken” and I see that the “Stylesheet is missing.”

    I’ve rolled my theme back to the 3.1.4 version so that my website will work in the interim.

    Any advice would be helpful.

    #57581

    It’s pretty normal for you to have bots attempt to login to your site. I really doubt that would have anything to do with this but I’ll delete for you if thats what you want.

    Ben

    #57578

    Thank you Ben, i didn’t update the revolutionary plugin and i did and then tried again..everything is working well. i dont use the revolutionary plugin on my site though. I also install page builder but not using it…
    thank you.

    #57574

    Hey are you using the visual editor tab?
    Have you tried deactivating plugins that might be effecting your site?

    Ben

    In forum: Virtue Theme

    In reply to: Revolution slider

    #57573

    Hey,
    1. Can you link to the video your trying to add I’ll see if I can get it working on a test site.
    2. In the theme options > misc settings you can edit the “footer credits” There you can change, add, remove what you want.
    3. You can use this in your theme options > advanced settings:

    #kadbreadcrumbs {
        font-size: 14px;
    }

    Glad to hear you are enjoying the theme.

    Ben

    In forum: Virtue Theme
    #57560

    Hi not sure where to get help with this but it seems the Rev guys say you guys so.

    I am having problems adding a video in the REV slider , have all the ids and channel id and vid url and still it says video can’t be found when it searches?

    Also how do we edit the footer to ad terms and all that, cant find in doc’s ?

    How can I make the bread crumb font bigger its minute way on the right side of page

    Also just want to say, I had hard time navigating this theme dash in beginning it was slow but that was a year ago, after coming from Catalyst/ Framework themes.
    Much faster now back-end ..

    I tried many frameworks to rebuild this site ( 6 year high rank site ), Genesis , dynamic , but I really after paying with this Virtue love it the looks the plugs the font its a great theme and fast too thanks for that .. Michael…

    #57544

    Hey,
    1. Can you tell me what font your trying to use? Is this important to the design? The theme includes access to over 600 google fonts.
    2. Are you using a child theme?
    3. When you made the font on there site and got the script to load it for yours what did you do with the script?
    4. Have you tried this plugin? https://wordpress.org/plugins/typekit-fonts-for-wordpress/

    Ben

    In forum: Virtue Theme
    #57543

    I see it in your Optimizepress css box output. That is your issue. If you’ve already removed from there make sure there is no caching on your site through a plugin. And double check your Optimizepress css box.

    Ben

    #57536

    Your talking about on the blog page right? I can’t see this in any screen size. on either site. What device are you using?

    Ben

    In forum: Virtue Theme
    #57513

    Hi Hannah,

    No, not an icon…I’m just looking to influence the size/colour of the standard bullet in a un-numbered list. The site wouldn’t matter, but if you go to this page:

    http://phrsolutions.co.uk/index.php/help-for-small-businesses/

    …you’ll see bullets. I want to make them smaller.

    In fact, on another site where I was using icons to replace bullets (I had been using a Genesis Child Theme), I lost the icons when I switched to Virtue Premium, so I would like to know how to put them back, too!

    So, 2-part question then: How can I alter size and colour of standard bullet, and how do I replace standard bullet with an icon?

    Thanks!

    Valerie

    #57509

    Hi Virtue,

    My site is set up to be used as an Ecommerce site, however, whenever i perform a search, I get products AND post, testimonial, blog items being shown too.

    Is it possible to just show shop items (i.e. products), if so, how?

    Thanks in advance,

    Martin.

    #57496

    Hi there Virtue support team,

    I would like to display my latest blog posts in 3 columns on my homepage. I have been using the latest blog posts option in the home layout, but this unfortunately only allows 2 columns.

    I have tried the Virtue post grid widget. Here I can select the number of columns, but for some reason the posts are only displayed as very small thumbnails centered to the left.

    I have also tried the Site Origin Post Carousel but I need to install the site origin widgets bundle, for which I do not have enough permissions as it turns out.

    What would be the best solution?

    #57489

    Thank you, this is becoming great! Hope you like it too.

    The footer sitewide call to action is ignoring the top & bottom padding (set to max now) – need at least 30px top, can you please help ?

    #57483
    This reply has been marked as private.
    #57479

    Everything was going great until I updated revolution slider.

    Now my slides are way too big for my website. Regardless of the size I put on the custom options, the size of the slider stays the same.

    The size of the slider cannot be changed for some reason. I need to fix this ASAP.

    Help, please

    Thanks

    #57475

    this plugin is limited to only a few set variables , i need a plugin where i can create unlimited filters according to attributes and so on and many filters ..one per category and display it in the category page

    tell me what missing on this site on first glance …what will make it more dependable and professional looking
    http://www.greenfutureremodeling.com/

    #57472

    Thanks Ben – sorry for it not being the right theme section.

    I have loaded the files, but I can not get it to work properly. If I activate the Child Theme in WordPress admin my whole site disappears. Am I to link the style sheet in the child directory? Sorry, my php and css skills are basic.

    #57462

    In a child theme you can use a function like this:

    function kt_custom_post_default_placeholder_override() {
      return 'urlpathtoimage.jpg;
    }
    add_filter('kadence_placeholder_image_small', 'kt_custom_post_default_placeholder_override');
    add_filter('kadence_post_default_placeholder_image', 'kt_custom_post_default_placeholder_override');
    add_filter('kadence_post_default_placeholder_image_square', 'kt_custom_post_default_placeholder_override');

    But using the theme options would be your best bet can you send a login to your site?

    Ben

    #57460

    Hey,
    The error shows your hitting the limit of what your php settings can handle with all the plugins your using on the site. I suggest deactivating any plugins you don’t absolutely need. Then I suggest you contact your host and have theme increase the max memory in your php settings to like 160mb.

    Ben

Viewing 20 results - 32,601 through 32,620 (of 39,333 total)