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 - 13,701 through 13,720 (of 39,333 total)
  • Author
    Search Results
  • #200944

    Hi Guys,

    i bought your virtu pro and now i set up new page with it.

    On my present site:

    i am using virtue free yet and there is Carousel Item Portfolio. Please see the page.

    How to do it the same feature on virtue pro?
    I can set up main page from virtue premium but when i am building site using site origin – there is a problem and i have not this feature.

    Please help,
    Best,
    Luke

    #200943

    Bonjour, j’ai un gros probléme avec mes menus, je souhaiterais avoir un menu tout en haut du site pour mettre contact, compte, etc …
    Un menu en dessous pour mettre mes catégorie de produits, mais rien n’y fait , un seul s’affiche .
    S’il vous plait aider moi j’ai regarder par tout et je ne trouve pas comment résoudre mon problème .

    #200933

    Are you aware of any incompatibility of the drag/drop feature with WP 4.9.8? I reinstalled a fresh copy of Kadence Galleries, but it’s still not working. No cross hairs appear over the category tags to drag and drop. Even if you place the categories manually in the right order, upon saving it reverts to alphabetical order. The other sites I have that it works on, K Galleries was installed prior to WP 4.9.8. I tested it with no other plugins installed (have minimal anyway) and still the same result. Theme: Ascend Premium.

    #200900

    Hi
    I’ve set the width and height to both 1024 x 768 and 100%.
    Both don’t work.
    have emtpied cache, refreshed etc.

    Could it be that the host site doesn’t allow embedding?

    .braai-iframe {
    max-width: 100%;
    max-height: 100%;
    }

    @media
    (max-width: 1200px) {
    .braai-iframe {
    min-height: 3100px;
    }
    }

    @media
    (max-width: 992px) {
    .braai-iframe {
    min-height: 7300px;
    }
    }

    #200887
    This reply has been marked as private.
    #200882

    Hi Ben,

    There are currently 3 lines of text – each clickable – like a sort of site menu I suppose. I am quite certain this is likely to change!
    Current slide count is 10 slides but I imagine this may not be fixed either.

    Thanks,
    Phil.

    In forum: Pinnacle Theme

    In reply to: Page scroll to id

    #200877
    This reply has been marked as private.
    #200867

    Hi,
    Is there a way to slow down the speed at which the text box on the Split Content Widget comes into the page – or otherwise make the movement more apparent? It’s working fine, but the person I’m doing a site for would like the motion to be more apparent, less subtle. I’m not sure how to do this other than to slow it down.

    I know we could make a slider, but the other aspects of Split Content work perfectly to display the text and image content.

    Thanks for any insight,

    Jackie

    #200857

    Thanks Ben!

    I can’t figure out the image size issue. Tried all sorts of combinations of theme settings, but in the end they seem to be ignored.
    Please note that I use shortcodes like this to show the sub-categories
    [product_categories columns=”3″ hide_empty=”0″ number=”0″ parent=”164″]
    The same issue occurs on archive pages that show products. Here I use the Widget “Woo Archive: Main Loop” in the corresponding Woo Template.

    Any idea how to get square boxes with white background and have the product/category picture fit inside?
    If you want credentials for the development site to take a look, just let me know…

    The other topics are sorted out:
    The count is now hidden, using your CSS example.
    And I decided to write a shortcode that returns the current category and the base category (which has no parent-category).
    The code is added below for those who are interested. Just add that to your theme’s functions.php.
    If you add the shortcode [archive_header type=”current”] on an archive page (or template), you’ll get the current category.
    [archive_header type=”base”] gives you the base category.

    	function archive_header_function($atts)
    	{
    		$atts = shortcode_atts(
    			array(
    				'type' => 'current',
    			), $atts, 'archive_header'
    		);
    		$type = $atts['type'];
    		global $post;
    		ob_start();
    		$currentCat = get_queried_object();
    		$parentcats = get_ancestors($currentCat->term_id, 'product_cat');
    		if ( $parentcats ) { 
    			foreach($parentcats as $parent) {
    				$cat = get_term_by( 'id', $parent, 'product_cat' );
    				if ( $cat->parent == 0 ) {
    					$baseCat = $cat;
    				}
    			}
    		}
    		
    		if($type == "current") {
    			echo $currentCat->name;
    		}
    		
    		if($type == "base" AND isset($baseCat)) {
    			echo $baseCat->name;
    		}
    
    		return ob_get_clean();
    	}
    	add_shortcode('archive_header','archive_header_function');
    In forum: Ascend Theme

    In reply to: Mobile Usability issue

    #200856

    Hey Ben, dont laugh, is this where I need to change it to 60px?
    if so – even if I change it to 60, as soon as I save settings, it changes to 320.

    Mobile Width (layout)

    320
    px
    Device width, in pixels, to collapse into a mobile view .

    https://www.adventuretravelcoach.com/wp-admin/options-general.php?page=siteorigin_panels

    In forum: Ascend Theme

    In reply to: Beaver Builder

    #200836

    Hi! Yes, it is:)
    This post may be helpful in ruling out what is slowing things down: https://www.kadencewp.com/need-for-speed/ And also using a test site like this: https://tools.pingdom.com/

    Hannah

    In forum: Ascend Theme
    #200821

    Is this theme compatiable with beaver page builder?
    Installed on a new wordpress site and seems to be running really slow?

    #200808

    Hey,
    So you’re wanting to hide the footer from the rest of your site, correct? Try adding this to your custom css box in Theme Options > Advanced Settings:

    #containerfooter {
        display: none;
    }
    .home #containerfooter {
        display: block;
    }

    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Isuue with sitemap

    #200776

    The theme has nothing to do with your sitemap. That sitemap is generated by Yoast and it’s pretty standard. I suggest going through the tutorials here: https://kb.yoast.com/kb/submit-sitemap-search-engines/

    Ben

    In forum: Virtue Theme

    In reply to: Isuue with sitemap

    #200773

    Hi Hanna,

    That’s what i did but when i tried to submit the sitemap into my webmaster tools it wrote me that my Sitemap does not contain any URLs. Please validate and resubmit your Sitemap. I really don’t know what to do, i have tried everything. That’s wired because when you are checking the url of the sitemap manually it shows you the sitemap.

    I am really confused and don’t know what to do in order to fix it. I have contacted my host about this and they told me that i have to contact the theme support in order to resolve this issue.

    In forum: Virtue Theme

    In reply to: Isuue with sitemap

    #200754

    Hey Moshe,
    You just need to submit your sitemap url ( royalsea-us.com/sitemap_index.xml ) to google, rather than your homepage url. Does that make sense? Or am I missing something?

    Hannah

    #200737

    Hi there!

    I’m struggling with a custom archive template
    Target is to…
    – have the base category name and the current category name above the product grid
    – hide the number of results found and the sort options

    This is the target design:
    This is where the issues are:
    And that’s the actual sample archive page:

    How to achieve that?
    Page titles are disabled site-wide, but I tried enabling it for the category in question. This would give me the category name as page title, but of course I’m still missing the parent category.

    Thanks,

    Christian Toller
    tethis IT, Vienna, Austria

    #200734

    Hi I’m embedding a website / web page into Virtue Premium but it doesn’t seem to work?
    Pls advise?

    #200732

    Thanks Kevin.

    Unfortunately I now seem to have a real problem.

    I entered the site to change the background colour of home page header and there were no options when I clicked on Home Page Header. It was a blank page. In fact that happened with all the theme options – nothing, just a blank page. Also, the initial home page I made has gone. I add new pages, publish and update but then they don’t appear in ‘pages’. I have published 3 home pages (since they didn’t show up) – they don’t appear in ‘pages’; but when I go to setting > readings > static page, I see the 3 home pages as options to set for the static page!?

    Background to this problem (in case any of these might have caused the problem):

    1) I Reset the whole page a few days ago to start from scratch, after saving all content.
    2) I have put it in Coming Soon Mode, which works for other computers but on my computer, although the back end shows the Coming Soon Mode is active, I see the actual website – not the image of the coming soon mode.Yesterday the host supporters cleared the cache their end and they sent me a link to clear it my end.
    3) **When I activated the WPML plug in, there appeared a problem which said (with red line):
    We have detected a problem with some tables in the database. Please contact WPML support to get this fixed.
    Table ‘newaxial_408.408_icl_strings’ doesn’t exist. (followed by list of data)

    That is what shows up at the beginning each time I enter into any of the back end options. For example, I enter into any theme option and what comes up is this message with red line about the DB table problems – and under that, the list of options but all blank.

    I have mentioned this to WPML, who are in the process of looking into it, and will also contact my host. In the meantime, do you have any idea what’s going on from a Theme perspective?

    Many thanks,
    Paul

    In forum: Virtue Theme

    In reply to: Isuue with sitemap

    #200719

    royalsea-us.com/sitemap_index.xml

    You had already linked to it.

Viewing 20 results - 13,701 through 13,720 (of 39,333 total)