Forum Replies Created
-
AuthorPosts
-
Hi,
You can remove the default “portfolio_register” function and create your own custom post type registration.
// https://codex.wordpress.org/Function_Reference/remove_action
remove_action('init', 'portfolio_register'); add_action('init','portfolio_register_new'); function portfolio_register_new() { // the portfolio_register function here }Best regards,
IsmaelHi,
Thanks for the info.
This should remove every image overlay in the site including the ones in the blog page.
.image-overlay { display: none !important; }Best regards,
IsmaelJanuary 31, 2019 at 1:32 pm in reply to: improved: added rel='nofollow' ? Excuse me? What? This is the biggest nonsense #1060965Hi,
Yes, you have to add it in the functions.php file but that filter is not available yet, so you have to modify the code manually for now. It should be available on the next patch.
Best regards,
IsmaelHi,
Thank you for the info and I would like to apologize for the misunderstanding. The theme is actually using a predefined thumbnail for the grid layout because it has to make sure that every thumbnails are square. The maximum size is 450x450px and the thumbnail is called “portfolio”. If you want to change that, you have to modify the index.php file. Look for this code around line 44:
$atts = array('type' => 'grid', 'items' => get_option('posts_per_page'), 'columns'=> 3, 'class'=>'avia-builder-el-no-sibling', 'paginate'=>'yes');.. and add the “image_size” parameter:
$atts = array('type' => 'grid', 'items' => get_option('posts_per_page'), 'columns'=> 3, 'class'=>'avia-builder-el-no-sibling', 'paginate'=>'yes', 'preview_mode' => 'custom', 'image_size' => 'entry_without_sidebar');The changes above sets the thumbnail from the default value “portfolio” to “entry_without_sidebar”.
Best regards,
IsmaelHi,
Thanks for the info. Have you tried doing the update on the browser’s incognito mode?
If it doesn’t work, try this suggestion: https://kriesi.at/support/topic/an-error-occurred-while-updating-enfold-download-failed-forbidden/#post-1060546Or post the WP and FTP details in the private field so that we can debug the issue.
Best regards,
IsmaelHi,
You’re welcome. Please let us know of the results.
We will possibly implement V3 in the future if the current version is stable enough or is proven effective.Best regards,
IsmaelHi,
You don’t need to add that id for now. The custom shortcode should work with or without that unique id.
Best regards,
IsmaelJanuary 31, 2019 at 1:07 pm in reply to: "undefined" text displayed on products with WooCommerce Add On fields #1060950Hi,
@Jaap de Wit: Did you modify this line?
'heading_html' => "<{heading} class='main-title entry-title product_title'>{title}</{heading}>",The “product_title” class attribute has to be added there.
@rmf339: Thank you for the confirmation and for sharing your solution.Best regards,
IsmaelHi,
Thanks for the update.
Which of the scripts are they referring to? The theme doesn’t de-register any of their scripts as far as I know. Please ask them for the scripts’
handle or name.Best regards,
IsmaelHi,
Thanks for the update.
You can use this css code to adjust the style of the captions.
#top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos, #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos { vertical-align: bottom; text-align: center; } .av-inner-masonry-content-pos-content { background: rgba(255,255,255,.9); color: black; min-height: 128px; padding: 13px 0 13px 0; } span.av-masonry-date.meta-color { color: red; }Adjust the color values as you wish.
Best regards,
IsmaelJanuary 31, 2019 at 12:57 pm in reply to: Unable to set browser caching.May be because of theme? #1060944Hi,
I forgot to ask for the site url. Please add it in the private field along with the login credentials so that we can tweak the settings if necessary.
Best regards,
IsmaelHi,
Thanks for the update. Do you mind if we take a look at the site? Please create a new ticker or thread and post the login details in the private field. Make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelHi,
Yes, you can use those plugins as an alternative if the default file compression settings is not compatible with your server or setup. Or install a cache plugin such as WP Super Cache, which has its own minification option.
Best regards,
IsmaelHi,
Try to set the background color of the grid to transparent.
#av-grid-custom-width-top { background-color: transparent !important; background: transparent !important; }Best regards,
IsmaelHi,
There’s a copy of the section.php shortcode file in the child theme folder. Please get a fresh copy of that file from the parent theme and re-do the modifications.
Best regards,
IsmaelHi,
Thanks for the update.
This css code should work for the product shortcode.
div.product div.images { float: left; width: 100%; } .single-product-main-image { width: 70%; } div.product div.summary { float: right; width: 100%; }Best regards,
IsmaelJanuary 31, 2019 at 12:27 pm in reply to: Adding Social Media Icons at bottom of mobile menu #1060926Hi,
Thanks for the update.
I modified this line a bit:
if($('.burger-social').length) { clearInterval(int); return false; };Best regards,
IsmaelHi,
Try to create an array with key value pair.
array ( 0 => '6084', 1 => '5880' ),Best regards,
IsmaelHi,
It doesn’t seem to be a valid font icon. This one works.
main .entry-content-wrapper .av_textblock_section ul li:before { font-family: 'entypo-fontello'; content: "\27a6"; }// http://fontello.github.io/entypo/demo.html
Best regards,
IsmaelHi,
Thanks for the update.
Are you referring to the tooltip container? Please provide a screenshot of the description background. You can use imgur or dropbox.
Best regards,
IsmaelHi,
It doesn’t work because the “servicios” category conflicts with the slug of the “servicios” page. You have to find a different name for your services page or change the name of the category. I changed it to “servicios-cat” temporarily. (see private field)
Best regards,
IsmaelHi,
The Geocoding Services API is not enabled. Please go to your google admin console and enable that particular API.
More info here: https://kriesi.at/documentation/enfold/google-map/#enable-services-for-google-api
Best regards,
IsmaelJanuary 31, 2019 at 12:04 pm in reply to: Images in catalogue/product list displayed square instead of round #1060911Hi,
It was a cache issue or it’s still using the old css stylesheet. We disabled the file compression settings in the Enfold > Performance panel temporarily.
You can enable it back once you’re finished configuring the site.Best regards,
IsmaelJanuary 31, 2019 at 11:54 am in reply to: Using 'Insert Theme Shortcode' when multiple wysiwyg editors not working #1060906Hi,
That feature or tool was intentionally created to work on the default editor only and it’s not supposed to display on a different editor. As a temporary solution, you can always copy the shortcode generated from the default editor and paste it to the other editors.
We’ll forward the issue to our developers.
Best regards,
IsmaelJanuary 31, 2019 at 11:45 am in reply to: Schriftgröße für die BLog Artikel Liste ändern und Icon entferne #1060901Hey Andreas,
Thank you for using Enfold.
You can change the default font size in the Enfold > General Styling > Fonts panel. Just look for the “Default content font size” settings. If you want to change the style of a specific element such the strong or the paragraph tag, go to the Advanced Styling panel.
Best regards,
IsmaelHey WolfgangEmmer,
Thank you for using Enfold.
The theme has an option where you can append a privacy policy message to the contact form element. You can find that option and a lot of additional user privacy settings in the Enfold > Privacy & Cookies panel. Look for the “Append a privacy policy message to template builder contact forms?” option.
Best regards,
IsmaelJanuary 31, 2019 at 11:40 am in reply to: Links in headers are not represented on web pages as expected #1060898Hi,
I’m sorry but I couldn’t find the links that you’re referring to. Please provide a screenshot using imgur or dropbox.
FYI, you can alter an element’s style in the Enfold > Advanced Styling panel.Best regards,
IsmaelHi,
The snippet-loader.php file doesn’t exist or is not found.
Request URL: https://iranianalman.de/%E2%80%9Dhttp:/www.tgju.org/webservice/global/snippet-loader.php?token=webservice&items=price_dollar_rl,price_eur,price_gbp,price_afn,price_try,price_amd&opts=diff,low,high,time&placeholder=tgju-data%E2%80%9D
Request Method: GET
Status Code: 404
Remote Address: 136.243.162.142:443
Referrer Policy: no-referrer-when-downgradePlease contact the script author for additional help. Or try to load that script using this function.
// https://developer.wordpress.org/reference/functions/wp_register_script/
function my_scripts_method() { wp_register_script( 'tgju-js', 'http://www.tgju.org/webservice/global/snippet-loader.php?token=webservice&items=price_dollar_rl,price_eur,price_gbp,price_afn,price_try,price_amd&opts=diff,low,high,time&placeholder=tgju-data' , '', '', true ); wp_enqueue_script( 'tgju-js' ); } add_action( 'wp_enqueue_scripts', 'my_scripts_method' );And leave the div container in the code block.
Best regards,
IsmaelHey Sascha,
Thank you for using Enfold.
You can install security plugins such as WordFence or Sucuri to fend some malicious activities off the site. And install a third party contact form plugin such as Contact Form 7 or Gravity Forms, which have their own set of security modules such as the Google reCAPTCHA widget.
// https://contactform7.com/recaptcha/
// https://docs.gravityforms.com/captcha/If you don’t want to install one of these, try this Google reCAPTCHA plugin instead, which is specifically created for Enfold:
Best regards,
IsmaelJanuary 31, 2019 at 11:09 am in reply to: Enfold Footer Menu options not labelled correctly #1060880 -
AuthorPosts
