Forum Replies Created
-
AuthorPosts
-
January 4, 2016 at 12:05 pm in reply to: Visible (Bottom of the page) Full Width Menu with 100% height of Color Section #559121
Hey!
Yes, you can use:
#top.page-id-xx .av-submenu-container { bottom: 0; }Change xx by the ID of the Page.
Best regards,
JosueHi!
Can you try uploading it to dropbox or imgur? i don’t see any link in your last message.
Cheers!
JosueHey!
I’m not sure if it’s currently of plans but it certainly can be in the future, make sure to request it here as a new feature.
Best regards,
JosueHi,
You can put these codes on a new functions.php in your child theme directory. Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJanuary 3, 2016 at 2:49 am in reply to: add more than 5 columns and problems with template-builder.class.php #558905Hey!
Try the following:
https://kriesi.at/support/topic/how-to-create-six-16-columns/Regards,
JosueHey!
Currently, archive view only supports Grid or default Blog layout (set in theme options), if you want to use Masonry you’d need to either:
– Create a custom archive Page using ALB and set a redirection (from the default archive to the custom one).
– Modify tag.php / archive.php and build a custom Masonry there (coding involved).Regards,
JosueHey!
Are you using Yoast SEO? if so try with this code:
add_action( 'plugins_loaded', 'my_plugin_override' ); function my_plugin_override() { if ( is_search() ) { add_filter( 'wpseo_canonical', '__return_false' ); } }Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Are you sure that’s the correct URL? it doesn’t load for me – ERR_CONNECTION_TIMED_OUT
Also, i’m not seeing the screenshot, please upload it to dropbox or similar and then post the link here.
Regards,
JosueHey!
Those suggestions won’t work because you’re using a plugin to show the grid, so you’d need to edit tag.php and archive.php and manually place the plugin’s shortcode or PHP function there.
Unfortunately as this involves a third-party plugin implementation it would be beyond our support scope. You can request a customisation quote from a provider here
Regards,
JosueHi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHey!
Please note that this is more of a WordPress question rather than a theme one, the following could work for you:
http://wpengineer.com/2258/change-the-search-url-of-wordpress/Best regards,
JosueHey Ron!
Please hand us a temporary FTP access via private reply.
Cheers!
JosueHey,
The following code should work for columns inside sections:
https://kriesi.at/support/topic/rtl-sortedreverse-functions-problemRegards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHola,
Me parece que es este plugin:
https://wordpress.org/plugins/real-estate-listing-realtyna-wpl/Saludos,
JosueHey Sandra!
When you activate ALB the template of that Post/Page gets replaced by an empty canvas, meaning those elements (comments / related) would need to be manually added using the builder.
– For the comments, there’s an element for that (Content Elements).
– For related posts, you could use a Blog Posts element set to get Posts from that Category.Cheers!
JosueHi!
That would work, although i’d suggest you try yourselves (if you are willing to) as the site doesn’t seem too complicated to replicate.
Best regards,
JosueJanuary 1, 2016 at 11:50 pm in reply to: Where do I add content to a custom widget placed in sidebar #558803Hi Kristi!
Try the following:
1. Create a new Page (don’t activate the layout builder) and use the Magic Wand tool to create the slideshows (should be under Media elements) you want to show.
2. You’ll see some [shortcodes] generated in the content, copy them
3. Go to Appearance > Widgets, drag a Text Widget to your custom Widget area and paste the content there.Cheers!
JosueJanuary 1, 2016 at 11:38 pm in reply to: How to display category name under the portfolio title? #558800Hey,
Try the following:
https://kriesi.at/support/topic/enfold-portfolio-grid-category-display/#post-229478Best regards,
JosueOne thing you can do is use the HTML version of columns:
<div class='flex_column av_one_third first'> Content </div> <div class='flex_column av_one_third '> Content </div>Regards,
JosueCorrect, it’s on the latest version of Enfold (3.4.7). Do you have PHP safe mode activated?
Regards,
JosueWe’d need to check the site in order to debug it, if you can’t allow us access to the live site maybe you could create a staging version so we can run tests there.
Regards,
JosueI’ll take a look but please restrain from creating duplicates of your thread.
Hi Steph!
You can use the
ava_main_headerhook for that:function custom_func() { ?> Content <?php } add_action('ava_main_header', 'custom_func');Place that in theme / child theme functions.php
Best regards,
Josue-
This reply was modified 9 years, 10 months ago by
Josue.
Hey!
Try the following;
– Disable all third party plugins
– Enable the parent theme.
– Create a test Portfolio item with simple texts within the Columns.Best regards,
JosueJanuary 1, 2016 at 12:13 am in reply to: ENFOLD – Deactivate Seperator in Main Menue on Hover (or change color) #558784Hey!
Try adding this code to the Quick CSS:
.av_seperator_small_border .av-main-nav > li:hover > a > .avia-menu-text { border-color: transparent; }Cheers!
JosueHi!
I believe this is caused by the length of the child theme name, as the dynamic stylesheet is generated based on that, sometimes servers struggle with long filenames, try cutting the “theme” from “De Visionair theme” and check if that fixes the issue.
Best regards,
JosueHi!
If that plugin provides a specialized Widget you can set it to show in Appearance > Widgets.
Cheers!
Josue -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts
