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'
-
AuthorSearch Results
-
In forum: Virtue Theme
Hi Guys,
i bought your virtu pro and now i set up new page with it.
On my present site:
*Login to see link
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,
LukeIn forum: Virtue ThemeSeptember 9, 2018 at 6:15 am #200943Bonjour, 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 .In forum: Membership ForumsIn reply to: K Gallery – custom order for category filters
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.
In forum: Virtue ThemeIn reply to: Embedding a web page / Website using iFrame
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;
}
}In forum: Virtue ThemeIn reply to: Changing look in mobile devices
In forum: Virtue ThemeIn reply to: Links overlaid on Homepage slider
In forum: Pinnacle ThemeIn reply to: Page scroll to id
In forum: Virtue ThemeSeptember 7, 2018 at 1:28 pm #200867Hi,
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
In forum: Membership ForumsSeptember 7, 2018 at 11:29 am #200857Thanks 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 ThemeIn reply to: Mobile Usability issue
September 7, 2018 at 11:22 am #200856Hey 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 ThemeIn reply to: Beaver Builder
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 ThemeTopic: Beaver Builder
In forum: Virtue ThemeIn reply to: How can I put a footer just on the homepage?
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 ThemeIn reply to: Isuue with sitemap
September 6, 2018 at 12:14 pm #200776The 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 ThemeIn reply to: Isuue with sitemap
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 ThemeIn reply to: Isuue with sitemap
In forum: Membership ForumsSeptember 6, 2018 at 5:37 am #200737Hi 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 optionsThis is the target design: *Login to see link
This is where the issues are: *Login to see link
And that’s the actual sample archive page: *Login to see linkHow 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, AustriaIn forum: Virtue ThemeIn forum: Ascend ThemeIn reply to: Complete redesign of website
September 6, 2018 at 2:50 am #200732Thanks 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,
PaulIn forum: Virtue ThemeIn reply to: Isuue with sitemap
September 5, 2018 at 4:18 pm #200719royalsea-us.com/sitemap_index.xml
You had already linked to it.
-
AuthorSearch Results


