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 - 34,141 through 34,160 (of 39,333 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #46196

    Hey,
    You site is in maintenance mode. Do you mind disabling that so I can take a look?
    Thanks,

    Hannah

    #46179

    Strange, because I sow now the same problem with mail poet.
    If I put in the content (text) manually everything is fine, if I choose the option in mail poet that he should take a posting from my site I get the same strange signs in my text.
    Could it be, that there is a database setting wrong?
    It is utf8….

    Regards
    Roman

    In forum: Virtue Theme

    In reply to: Favicon not showing

    #46172

    I fibbed, the Favicon is not showing when logged in the the wp-admin. When a customer visits the site It is fine.

    Sorry for bothering you.

    CraigM

    #46164

    Hi guys,

    so I have been at it to implement the “main product image exchange” since this morning and I am just not getting there. After changing the complete design of my website I wanted to re-do the tweak but it is simply not working.

    In the past I had used this code:

    jQuery(document).on('click','.thumbnails .zoom', function(){
    var photo_fullsize = jQuery(this).find('img').attr('src').replace('-58x58','');
    jQuery('.woocommerce_main_image img').attr('src', + photo_fullsize + );
    return false;
    });

    as well as

    $('.product_thumbnails .zoom').click(function(e){
    e.preventDefault();
    var photo_fullsize = $(this).find('img').attr('src').replace('-58x58','');
    $('.woocommerce-main-image img').attr('src', photo_fullsize);
    });

    I had added this to my functions.php:

    add_action( 'wp_enqueue_scripts', 'add_my_script' );
    function add_my_script() {
    wp_enqueue_script(
    'productgallery', // name your script so that you can attach other scripts and de-register, etc.
    get_template_directory_uri() . '/js/productgallery.js', // this is the location of your script file
    array('jquery') // this array lists the scripts upon which your script depends
    );
    }

    My problem now is, that the thumbnails take me directly to the images. No exchange no nothing. I was playing around with the classes and all since I thought maybe woocommerce changed them over the course of updates…

    How do I fix this? I tried with codepen and the script; second one; works fine – any ideas where and how to add the script/jquery with your themes? I had it running before with other themes…

    Some more input for classes – Main Product Image & Thumbnails:

    <div class="product_image">
    <a class="woocommerce-main-image zoom" data-rel="lightbox[product-gallery]" title="1422571149-171" itemprop="image" href="MY WEBSITE/... .jpg">
    <img class="attachment-shop_single wp-post-image" width="456" height="456" title="1422571149-171" src="MY WEBSITE/... .jpg-456x456.jpg">
    </a>

    </div>
    <div class="product_thumbnails">
    <a class="zoom first" data-rel="lightbox[product-gallery]" title="1422571167-808" href="MY WEBSITE/... .jpg">
    <img class="attachment-shop_thumbnail" width="58" height="58" alt="1422571167-808" src="MY WEBSITE/...-58x58.jpg">
    </a>

    Thank you heaps for a solution here!

    #46157

    Hi,

    I have troubles with the Page Builder and NextScripts Social Networks Auto Poster.
    If I use a normal post and publish this to Tumbler or Facebook everything is fine.
    Do I use the same post but with Page Builder, I get troubles with German Umlaut.
    Do you know, what I can do in that case, if I still want use the Page Builder?

    Example links:
    The post on my web site:

    The post on tumbler:

    Best regards
    Roman

    #46154

    Hi Guys,

    at my site when you click on a product photo i’d like to be able to click through the photos and not have them link to the url. My site recently changed to the URL linking system. Is there a setting for this?

    cheers,

    Baz

    #46153

    I have a site where I use an icon menu with 3 columns on the homepage, and it looks great. However, it only looks correct in Chrome; in Firefox or Internet Explorer, the images I use for the “icons” do not scale down as the browser window is resized, so that they all fit correctly. Instead, the images always stay the original size (of each image), and just end up overlapping each other.

    You can see this here on the homepage of the site:

    Is there a workaround for this issue, or is it something you can fix in the theme code?

    Thanks,
    Ben

    #46152

    Hi,

    I just created a slideshow using Kadence slider for my website .

    I have a few questions:
    1. In Theme options > Home Mobile Slider > Choose a slide for mobile, Kadence Slider is not showing in the dropdown options. Does this mean that the full slider will be loading in the mobile devices always?
    2. In the mobile slider view, is there a way to remove the slide navigations (only the tiny dots at the bottom)?
    3. Is there a way the vertical distance between the primary and secondary buttons in the mobile slider only?

    Thanks,
    Anirban

    #46151

    Hi, I’m using an icon menu on my homepage, and would like to also add an icon menu to one of the other pages on my site. The only way I know to do that is by using shortcodes. I was able to add an image menu to one of the other pages using the img_menu shortcode, but I can’t add an icon menu using a shortcode. Is there a shortcode for an icon menu in the Pinnacle Premium theme, or if not, can you add one?

    Thanks,
    Ben

    #46144

    Hi I have inserted the icon menu on my site, I am able to change the icon, colour of the icon button and the hover or rollover state. However how do I go about in changing the actual background? What I am after is a solid background colour or even image that is full width of the screen.

    Is this possible?

    Thank you

    Meng

    #46131

    Hi all,

    Can someone help me please? I don’t know if this is a theme issue or something completely different but, since my last Virtue update, I can’t get the Facebook share button on my website to work properly.

    It was working and, when I Facebook shared a blog post, it would pull in the featured image from the blog and display that with my post. Now, it doesn’t appear to be able to read the image, and pulls in a default image along with descriptive text for a completely different page.

    I’mm pulling my hair out here, so would be grateful for any suggestions.

    I’ve created this blog post today, and the FB link is working correctly to the page, but not pulling in my featured image:

    Previous blog posts are all pulling in the wrong information and photo:

    Is there any CSS that i could put into my theme to make it select the right image? I am using Yoast WordPress SEO plugin, for a like button on my footer bar, and Jetpack for Facebook and Twitter buttons that are specific to the blog. I don’t know if something is conflicting? It is strange that it was OK but now isn’t.

    Thanks in advance,

    Jane

    #46129

    When a new order is placed under woocommerce, notification is being sent to several email addresses. It has been working fine until several weeks ago. We stopped getting notifications of new orders. According to the woocommerce dashboard the order processed just fine. I added my admin email to the list and I started to get notifications, but the others did not.

    I deleted, saved, re-added the emails & saved under the woocommerce settings, but received the same result; I received notifications the others did not. My email uses gmail. The primary email uses sbcglobal.net. The secondary email uses msn.com. The third email uses hotmail.com.

    I filed a ticket with woocommerce and using a temp admin user, they also received notifications. So it appears that the woocommerce settings are correct.

    The site is hosted with hostgator. They suggested I look for a plugin that gives an authenticated SMTP. We suspect that there is some spam setting that got flipped because the emails worked fine not to long ago. The email notification is showing that it is sent via rabbit.websitewelcome.com.

    Thought I’d see if you had any ideas before I start loading other plugins. Thanks for the help.

    #46124

    Hello Ben,

    Please, teach me where to look for so I can do it by myself.

    I installed and activated a new plugin Easy Heads Up Bar which is not listed on Left Admin Panel (Column).
    I made a simple test deactivating Leaflet Map plugin that I need to use and it appears.

    Last time it happened you told me that both plugin were sharing the same level/order and you made some changes.
    I tried to use Plugin Organizer but it doesn’t solve the issue.
    the website is http://www.wocmultimedia.biz

    Could you teach me where and what to change?
    Thanks a lot

    Angelo

    In forum: Virtue Theme

    In reply to: sticky footer

    #46115

    The css only works on the case study page not the others. I will take it off just in case the client sees the website!

    In forum: Virtue Theme

    Topic: sticky footer

    #46104

    Hey Ben,

    I have a short page on my website:

    Is there a way to make the footer stick to the bottom of the browser? ie sticky footer

    Would be grateful for your help.

    Kind regards,

    Karisma

    #46079

    hey man, just realized i posted this in the wrong thread. it is a virtue theme i am using.

    anyways, the site is http://www.citraleaf.com

    and it is the bamboo background in the body.

    #46077

    I have the Virtue premium theme. I would like to place my “Virtue: Social Links” widget (just the linked icons) into my footer centerd and only at the same level as my copyright notice and footer text menu. Is this possible? Any suggestions would be appreciated. My website is at

    Could you help with css to place the widget centered at at the same level as the left and right lines of text?

    Thank you

    #46068

    I purchased the Premium on the Kadence Themes site and I am currently using the Free version … when I had some issues with the Safari browser, I noticed I should have gone in another way to upgrade. Am I able to continue with Add New Theme and Upload or how should I proceed?

    In forum: Virtue Theme
    #46062

    If you look at https://www.riptapparel.com/ all the site except the sliders and their options are not full width. That is exactly what I want. Their menu is not full width, it is restrained like mine. Isn’t there a way to just put the content full width without using the rows of page builder and stretched everything?

    In forum: Virtue Theme
    #46057

    I tried the virtue slider but it doesn’t allow a lot of customization, but i could still look for another less massive slider.
    Where do I add the css? I tried it in the theme options, advanced settings, custom css box, but everything on my website is going fullwidth which I don’t want.
    I’m sorry if I’m taking a lot of your time, I’m trying to understand WP the best I can. Thank you very much for your help.

Viewing 20 results - 34,141 through 34,160 (of 39,333 total)