Forum Replies Created
-
AuthorPosts
-
Hi!
The login credentials above are not working. Please check. This issue is probably cause by a third party plugin. Please try to deactivate all plugins then activate them one at a time to find the issue.
Cheers!
IsmaelHi!
Alright. Let’s start again. First, we need to see the actual issue so you need to add the css customizations again. We are sorry if we asked you to remove it before. Right now, the logo is small with a black header background, this is the same on any browser, very different from what was indicated in the screenshots:
https://dl.dropboxusercontent.com/u/52916400/chrome.png
https://dl.dropboxusercontent.com/u/52916400/safarirs.pngWe apologize for the confusion. We’ll check the site again after you add the css modifications back.
Best regards,
IsmaelHey!
Please go to the Settings > General panel then make sure that the WordPress Address (URL) and Site Address (URL) is completely the same.
Cheers!
IsmaelHi!
Thank you for the link but it’s not working. Is the site down? Please check. I’ll ask the rest of the support team to access the link.
Cheers!
IsmaelHi!
Did you install any lighbox plugin? This css code breaks the gallery:
.lightbox { position: absolute !important; left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0; font-weight: normal; }Try to add this in the Quick CSS field:
.lightbox { position: relative !important; }Best regards,
IsmaelHey!
Thank you for the info. Please modify the comments.php file then look for this code around line 164:
comment_form();Replace it with:
$args = array( 'comment_field' => '<p class="comment-form-comment"><label for="comment">CHANGE THIS LINE'. '</label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true">' . '</textarea></p>', ); comment_form($args);Edit the “CHANGE THIS LINE” part.
Cheers!
IsmaelAugust 28, 2015 at 4:54 am in reply to: Problems with content in 1/3 and 2/3 layout that is not resposive #494606Hey!
I checked the page but I don’t see the form any more. Did you remove it?
Cheers!
IsmaelHey wiwaldi79!
Thank you for using Enfold.
1.) Add this in the Quick CSS field to remove the lines or border:
.avia-menu.av_menu_icon_beside { border: none; }2.) I’m sorry but I can’t find any color section with the “white area” as indicated in the screenshot. Please post the url to the actual page with the issue.
Regards,
IsmaelHi!
Can you please provide a screenshot of the issue? I checked the page and the image’s orientation stays “portrait” even on smaller screens. Note that the image inside a column will inherit the width of the parent container, in this case, the column container.
Cheers!
IsmaelHi!
Did you follow the instructions on the previous post? You can replace the code with this:
$authorlink = get_author_posts_url( get_the_author_meta( 'ID' ) ); $author = the_author(); $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time> / by <a href=". $authorlink . ">". $author ."</a>"; $output .= "</div>";Best regards,
IsmaelHi!
Please remove the avf_google_heading_font filter in the functions.php file then use this instead in order to set the default fonts:
add_action('init', function() { global $avia; $avia->options['avia']['google_webfont'] = 'Open Sans Condensed:300,700&subset=latin,latin-ext'; $avia->options['avia']['default_font'] = 'Open Sans Condensed:300,700&subset=latin,latin-ext'; });Best regards,
IsmaelAugust 28, 2015 at 4:14 am in reply to: Issue with Cart (Products Sticking / Not updating Correctly) #494598Hey!
Thank you for using Enfold.
This is probably a plugin conflict in your installation because we can’t reproduce it on ours. Please try to deactivate all plugins then test it again. If the issue persists, keep the plugins deactivated then update the theme to the latest version, 3.3.2.
Best regards,
IsmaelHey!
Why do you need another page builder anyway? Most page builders like the advance layout builder or the wp bakery’s visual composer, if combined, cause incompatibility issues.
Best regards,
IsmaelHi Munford!
Thank you for using Enfold.
1.) The revisions should work even on the advance layout builder. Make sure that you have the latest version of the theme which is 3.3.2.
2.) You can set the lighbox image size on Settings > Media panel. Adjust the max width and height of the large thumbnail then regenerate the thumbnails. Use this plugin: https://wordpress.org/support/view/plugin-reviews/force-regenerate-thumbnails
3.) Can you please provide a link to the page? A screenshot will help.
Regards,
IsmaelHi!
Yes, it’s possible.You have to modify the includes > related-posts.php file. Add the get_the_excerpt() or the_excerpt() function.
https://codex.wordpress.org/Function_Reference/get_the_excerpt
Regards,
IsmaelHey!
I checked the site and the link color (#5d8295) is being applied:
Contact: (Email address hidden if logged out) www.grandlucayan.comCheers!
IsmaelHi Thomas!
Thank you for using Enfold.
You can change the permalink setting of the portfolio items. Look for the Settings > Permalinks panel then set the Portfolio Entry Settings. Regarding the slider, is it possible for you to provide a screenshot? You can use imgur or dropbox.
Cheers!
IsmaelHi!
Glad it is fixed now but for future reference, this thread might be related in your case: https://kriesi.at/support/topic/avia-layout-builder-not-loading/#post-137892
Cheers!
IsmaelHi!
Please edit the actual blog page then look for Layout > Title Bar Settings. It is currently set to display the title and breadcrumbs.
Best regards,
IsmaelHey!
Mind sharing the actual settings? Anyway, we are glad you fixed your installation. :)
Regards,
IsmaelHey videogame!
Thank you for using Enfold.
Add this in the functions.php file to remove the product type tag:
add_filter( 'avf_exclude_taxonomies', 'enfold_customization_exclude_taxonomies', 0, 2 ); function enfold_customization_exclude_taxonomies( $t, $pt ) { $t[] = 'product_type'; return $t; }If it’s not working, please post the link to the site.
Cheers!
IsmaelHey!
That is actually weird. Please try to add this in the Quick CSS field to remove the 404 error section:
.woocommerce-page .404_recommendation { display: none; }Cheers!
IsmaelHey!
It’s possible to add the social share icon on the blog overview page but they will only share the url of the current blog page. not their corresponding post items which makes them utterly useless. You can install third party plugins if you really want to add social share buttons on the blog overview page. We usually suggest the following plugins:
https://wordpress.org/plugins/addthis/
https://wordpress.org/plugins/wp-socializer/
https://wordpress.org/plugins/super-socializer/Regards,
IsmaelHi!
The weight “300” is not set for the Open Sans font. Please follow the solution provided here in order to add the new font weight: https://kriesi.at/support/topic/font-fira-sans-dont-work-at-mobile-and-tablet-version/#post-491604
Best regards,
IsmaelHi!
Use this to hide the caption on mobile:
@media only screen and (max-width: 767px) { .caption_fullwidth { display: none !important; }}Cheers!
IsmaelHey!
Add a class attribute to the p tag.
<p class="custom-icon" style="text-align: justify;">Add this in the Quick CSS field:
.custom-icon .av_font_icon { width: 24%; margin-right: 0; }Cheers!
Ismael -
AuthorPosts
