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,981 through 34,000 (of 39,333 total)
  • Author
    Search Results
  • #47474

    I have an IPad not desktop and I don’t know how to retrieve my premium features.

    In forum: Virtue Theme
    #47473

    Can I just add it to the advanced settings custom css?

    No – that could break your site. You can’t add php to a css box.

    You can install an example child theme: https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip

    Ben

    #47462

    Hi,

    I was searching the forum and saw this solution for removing the sidebar from the page when using the Events Calendar. You mentioned adding this in the child theme. I don’t have the site set up as a child theme. Can I just add it to the advanced settings custom css? Or do I need to first figure out how to convert the site to a child theme first? I’m using Virtue Premium.

    add_filter(‘kadence_display_sidebar’, ‘tribe_sidebar’);

    function tribe_sidebar($sidebar) {
    if (tribe_is_event_query()) {
    return false;
    }
    return $sidebar;
    }

    Thanks!
    Connie

    #47444
    This reply has been marked as private.
    #47399

    You would have to load a plugin like this: https://wordpress.org/plugins/better-font-awesome/

    Once you do just post a link to your site and I can help you with the last bit of css to override.

    Ben

    #47387

    Hi there,

    Just curious if it was possible to switch to the free icon set for my website rather than using the premium icons. I prefer the thin menu and arrow icons in the free set to the chunky ones in the premium.


    In forum: Virtue Theme
    #47377

    I added this code to my site’s css to move the content in from the margins:

    #content {
    width: 1050px;
    position:relative;
    }

    But that css doesn’t move the page titles on each page, so they are misaligned. How do I move the page title in from the margins as well?

    example:

    Thanks in advance.

    #47368

    Hey Janice,
    So there is actually an option to turn off the lightbox in theme options > misc settings but this will turn the lightbox off sitewide. Do you want this to only effect the portfolio or does this work for you?

    Hannah

    #47364

    Oh, it might be a caching issue then. I can just see a solid white background. I will wait for sometime and check again.

    I have placed the testimonial modal on the homepage (under the testimonial carousel) today. The modal vanishes every time the submit button is pressed, without showing the confirmation message to the user, and the site reloads. Is there a way to resolve this?

    Sorry, I know I am bothering you way too much. This definitely is my last question.

    #47357

    Hannah, the widgets are located on the primary sidebars in the services, blog and portfolio pages. You can see it here

    Ben, the CSS unfortunately didnt have any effect on the Faceboook widget. Can you please look into it once more?

    In the meanwhile I got another solution for making its background transparent by including the following code in functions.php:

    function jeherve_custom_likebox_bg() {
            return 'none';
    }
    add_filter( 'jetpack_fb_likebox_bg', 'jeherve_custom_likebox_bg' );

    Will try it out once I start using the Virtue child theme sometime very soon. Was hoping that a CSS solution would be found.

    #47350

    Hi Ben

    I would like to have the short description of my products display the product category like this:

    AVAILABLE ON [PRODUCT CATEGORY]

    I can’t just write the category in normal text because each product’s category will change each week. Is there a way of looking it up & displaying it?

    My website is http://www.wellfedfood.com. Thanks very much!

    Edward

    #47346

    Whats going on with this: http://www.travelworldonline.de/traveller/
    That site is working.
    Ben

    #47340

    I have two sites with the virtue theme. I have the setings the same for both sites, but only on one of them do pages with right sidebars also have the footer widget show up.

    What am I missing?

    This page is the one I want the full width instagram footer to show up (it is set to show up in the footer widgets, but is not displaying). The footer widget for social icons shows up, but not the full-width instagram gallery.

    I want that site to look like my other site:

    Please let me know what I’m missing.

    #47334

    It depends on what you need. If it’s a simple site polylang will work, if you need woocommerce then you need to use a different plugin like wpml.

    Ben

    #47328

    All my categories, pages and posts are currently invisible on my website You can see the homepage, but once you click on any category, page or post you get a white page.

    I have uploaded a permanent redirect via my .htaccess file. Since then I have this problem.

    Can you please help?

    #47320

    Can you link to where you are displaying these widgets? I can’t seem to find them on your site.

    Hannah

    #47313

    My website http://www.myleokart.com is showing fatal error.

    Warning: include_once(/home/myleos9d/public_html/wp-content/plugins/wp-sms/includes/classes/webservice/shreesms.class.php): failed to open stream: No such file or directory in /home/myleos9d/public_html/wp-content/plugins/wp-sms/wp-sms.php on line 61

    Warning: include_once(): Failed opening ‘/home/myleos9d/public_html/wp-content/plugins/wp-sms/includes/classes/webservice/shreesms.class.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/myleos9d/public_html/wp-content/plugins/wp-sms/wp-sms.php on line 61

    Fatal error: Class ‘shreesms’ not found in /home/myleos9d/public_html/wp-content/plugins/wp-sms/wp-sms.php on line 63

    Please help me.

    #47310

    This is looking great. All solutions given by Hannah and you for 1 – 4 are working perfectly now.

    As for the Jetpack plugins, I needed to get both to have border-color: #dedede, background:#252525, and font color:#e8e8e8. While Twitter widget at least lets me set the background to transparent, facebook does not. Is the facebook widget customizable with CSS at all?

    Or otherwise, do you know of any other plugin that lets me do this easily?

    My site revamp will hopefully be complete with this last input from you 🙂

    #47291

    Hey,
    When you add the redirect to the .com and .eu you would just make the redirect url the url for that language. For example domain.com would redirect to domain.de/en/ or whatever permalink structure your using for the multilingual site.

    Ben

    #47257

    Hi Ben,

    I often use this page – – to choose icons for my websites that running Virtue Pro Theme. However, in the last 2-3 days I have found that this page is not formatted/coded properly. Please fix it.

    Thanks.
    OM

Viewing 20 results - 33,981 through 34,000 (of 39,333 total)