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 - 33,421 through 33,440 (of 39,333 total)
  • Author
    Search Results
  • #51632

    ok send me a login to your site I’ll look at your settings.

    Use Set as private reply

    Ben

    #51622

    Hey,
    I would need to see your settings. Can you post a link and login to your site. You can use “Set as private reply”

    Ben

    #51621

    Please post a link to your site.

    Ben

    In forum: Virtue Theme

    In reply to: Portfolio page Grid

    #51615

    Can you post a link to your site.
    Ben

    #51614

    Post a link to your site the plugin works fine with the demo.

    Ben

    In forum: Virtue Theme

    In reply to: Change Language ?

    #51606

    Hey,
    Can you send me a login to your site.

    Ben

    #51600
    This reply has been marked as private.
    #51599

    Hello Ben and Hannah,

    I’m having a problem with the revolution slider on my front page. The slider, consisting of a total of 9 slides with animations, worked fine for several months. After updating however, the slider will only load the first slide – all others slides are missing, although as far as I can tell, they’re all activated and “published” in the backend. Unfortunately I’m not sure what caused the error, because I updated to the latest wordpress version, the virtue theme and the revolution slider all in one go.

    Perhaps noteworthy: I’m also not able to export the slider. When I attempt to, I receive a corrupt .zip package with a size of 1 KB.

    Every other revolution slider on the site works fine, so I’m baffled as to why the home page slider won’t work anymore.

    We’ve also been having a second problem since the updates – the three virtue info boxes on our front page, directly under the malfunctioning revolution slider, have suddenly become clickable links. Previously they were just plain text. I’ve gone into the backend, and had a look at the info boxes, but can’t figure out how or why they’ve become clickable links. Ideally we’d like to go back to just having plain text.

    I would be very grateful if you guys could take a look. I’ll post login info below in a private reply.

    Kind regards,

    Frank

    #51586

    Hello

    I installed the “Simple Share Buttons Adder” to display share buttons as it was recommended on various threads in this forum. I set the locations and the networks. Sadly no buttons appear after my pages nor after my posts.
    Now I wonder if there is some interference with other plugins I have installed? Are there some other blog or post settings that need to be activated/deactivated?

    Installed Plugins:
    Add Meta Tags
    Advanced Excerpt
    Black Studio TinyMCE Widget
    Cyclone Slider Pro
    Header and Footer Scripts
    Homepage Pop-up
    Kadence Slider
    Onclick Popup
    Page Builder by SiteOrigin
    PDF Embedder
    Revolution Slider
    Scroll Triggered Boxes
    SI CAPTCHA Anti-Spam
    Simple Share Buttons Adder
    UpdraftPlus – Backup/Restore
    Virtue / Pinnacle ToolKit
    VOD Infomaniak
    Wordfence Security
    WordPress HTTPS
    WP Google Maps
    WP Popup Plugin
    WP Super Cache
    XML Sitemap & Google News feeds

    Regards
    Marc

    #51570

    website is not online yet but here is a link to a screenshot of homepage

    https://drive.google.com/file/d/0BzqpuHGmAKZsMmpuV0t2bXJtdW8/view?usp=sharing

    #51552

    Hi, me again 🙂
    i think i found a nice plugin that does what i need, “YITH WooCommerce Ajax Product Filter “but i did have a problem, some categories did work well, others not… i did add attributes as requested…

    I found on their site where they say to add in function.php the following :
    ===========
    The widget of the filters is not working
    The page doesn’t update after clicking on a filter
    The issue could be related to the fact you are using a non-standard template for a WooCommerce shop page. To solve it, you should ask to the theme’s author to use WooCommerce standard HTML classes. As an alternative, you can use this piece of code in the functions.php file of your theme:

    if( ! function_exists( ‘yith_wcan_frontend_classes’ ) ){
    function yith_wcan_frontend_classes(){
    return array(
    ‘container’ => ‘YOUR_SHOP_CONTAINER’,
    ‘pagination’ => ‘YOUR_PAGINATION_CONTAINER’,
    ‘result_count’ => ‘YOUR_RESULT_COUNT_CONTAINER’

    );
    }
    }

    add_filter( ‘yith_wcan_ajax_frontend_classes’, ‘yith_wcan_frontend_classes’ );

    ==========
    i did, but then with this code the filter gives then ALL the products and not just the selection, if this can be solved i found my solution
    help
    thanks so much
    j

    #51540

    Hi could anyone tell me if there is a way to blend two columns together? I cant seem to find an image box that I like. So, I have attempted to make my own by just adding a text box to an image box. If could just get rid of the space between the two widgets I’ll be smooth sailing. Is this possible? Here is my website: I’m looking for a solution for the sixth and seventh row down. I would also lit to close the gaps on row one and two. Please let me know if this is possible. Thank you.

    Tasha

    #51527

    Hey, I’m running Virtue with a child theme for editing css, but over the last week half of the changes I’ve added through the css file have stopped working (the headers are still custom). I’d been editing it through the “advanced settings” in the Theme Options and I tried just editing my css file but neither are working. Is there any reason this could be happening?
    My website is if that helps.
    Thanks!

    #51522

    hello

    i was wondering if it were possible to show a gallery of all of the posts with a specific tag in one section. for example, i am building an artists website, and i would like to have a section where we are showing all of the posts by a specific artist. i was thinking about doing it by “tagging” each piece of art with the artists name. now on the artists page. the way its laid out right now, i dont think it would be idea to have it as categories…

    In forum: Virtue Theme

    In reply to: Categories / Demo 1

    #51499

    Hi Hannah:

    yep that is what we want. I am already modifying Demo 1.

    see:

    test.romanycaravancompany.com

    I am not a “mental giant” with regard to short code. How do I implement it? Do I really need to as when you visit the test site, click on SHOP and you will see PRODUCT CATEGORIES on the drop down. I just want to eliminate all the other night lights congesting this drop down, as you will see…

    Take a peek & thank you!

    Mark

    #51483

    Hello, can you tell me how i need to write a code and where to put if I need to white this words combination: LOVEIT , I need to make LOVE in red and IT in green?

    I was reading about child theme blog and was trying to do, but no lucky, I was doing like this:1

    1. Going to Appearance->Editor->Virtue – Premium: functions.php
    2. When function.php is open I am going to the down of page where is finising coding and was adding this code as I write below:

    function kad_custom_title() {
    return ‘LOVE <span>IT</span>’;
    }
    add_filter( ‘kad_site_name’ , ‘kad_custom_title’ );

    3. then Update page and Visit site, then I am trying to change colors but changings the same as before- full name changing color, not all.

    can you tell me where my mistake? I trying, but…

    #51458

    Hey,
    Check out this plugin: https://wordpress.org/plugins/w3-total-cache/

    That will give you the option to minify and if you really want async load. The plugin above is the best way to get a speed improvement.

    Also it doesn’t always make sense to async load javascript files the sites that tell you to do that are giving overall advice not site specific and there are reasons that you should not async load. The important focus should be actual page load time.

    Ben

    #51457

    Based on what I see you have to configure a shipping address in your account page. Looks like whatever plugin your using to set up the membership only site is adding this. I would contact them to see if there is a way you can still have a shipping field on the checkout page.

    Ben

    #51452

    Not exactly. Lots and lots of people use a different permalink structure then portfolio without issue.
    It’s possible you have a conflict in the permalinks that would causing this but when I looked at your site I didn’t see any other permalink structures through pages that would conflict. Which leads me back to your php settings.

    “What is your max memory and max execution time and max input vars in your server settings, Try increasing those.”

    if the function that controls the permalinks isn’t able to run then that would certainly cause an issue.

    Ben

    #51444

    ok, send me a temp login to your site. Use “Set as private reply”.

    Ben

Viewing 20 results - 33,421 through 33,440 (of 39,333 total)