Forum Replies Created
-
AuthorPosts
-
April 19, 2019 at 7:33 am in reply to: General Styling: Background images not working because of wrong path #1092612
As the subject says, since the last version of Enfold background images for elements get converted to a wrong path
(even if I manually set them relative via CSS).This issue is still there in Enfold version 4.5.6. I hope it will be solved in the next update.
Hi Mike, case closed!
Awesome Mike, thank you very much!!!
Hi Mike,
The effects (grow and tilt) have to take place within the border of the regular picture. See the example picture where i marked the container/border with the colour red. Before that Enfold 4.5 update the effects took place within the red border.(i only made it red with Photoshop to explain)
October 29, 2018 at 12:18 pm in reply to: How to change the color of the font for the animated number above Progress Bar #1027473Hi Tdako,
Try
.progressbar-percent { color: red; }
Hi!
Is this issue going to be fixed in the next Enfold update?
(Even Enfold demo has (12) errors: https://kriesi.at/themes/enfold-2017/ in the structured data testing tool)Thanks Yigit,
Can you check out my homepage as wel? Is this fix going to be in the next Enfold update?
warningheight
1200 (Google herkent de property height niet voor een object van het type BlogPosting.)
warningwidth
2560 (Google herkent de property width niet voor een object van het type BlogPosting.)
Even Enfold demo has (12) errors: https://kriesi.at/themes/enfold-2017/Hi Yigit,
You can edit functions.php from editing through Appearance, Editor panel. I have to temp disable the Universal Video Player plugin (somehow it blocks the editting)
Theme language is English now.
Ok?- This reply was modified 6 years, 6 months ago by Dutchman.
Hi Yigit,
Please take a look at the private data in response from May 5, 2018 at 3:46 pm- This reply was modified 6 years, 6 months ago by Dutchman.
Hi Yigit!
I guess Ismael forgot to tag you about this issue..
With the latest Enfold version the Google structured data testing tool result in one error:
“image A value for the image field is required.”I allready have the following modification in functions.php:
(The property blogpost is not recognised by Google for an object of type Blogposting.)add_filter('avf_markup_helper_attributes', 'avf_markup_helper_attributes_modified', 10, 2); function avf_markup_helper_attributes_modified($attributes, $args) { if($args['context'] == 'entry') { //* If main query, if ( is_main_query() ) unset($attributes['itemprop']); } if($args['context'] == 'content') { if (is_singular('post') || is_archive() || is_home()) { $attributes['itemprop'] = 'mainEntity'; } } return $attributes; }
For the homepage i receive a couple of warnings:
height
1200 (The property height is not recognized by Google for an object of type BlogPosting.)
width
2560 (The property width is not recognized by Google for an object of type BlogPosting.)- This reply was modified 6 years, 6 months ago by Dutchman.
Maybe Yigit has a solution for this issue to get rid of all the errors.
I still do not understand why Google testing tool gives us these errors in a default blog page from Enfold.
Even your default demo has these (12) errors! https://kriesi.at/themes/enfold-2017/blog/blog-single-author-big/
Is this something you should change in the default installation files? Looks like a bug to me.Hi Ismael,
Its the Universal Video Player. I disabled it. And i replaced line 290 with yours. The Google structured data testing tool show an error. The homepage shows warnings about the height and width. I was hoping for a clean working solution. Maybe Kriesi or another mod has a structured solution for this issue.- This reply was modified 6 years, 7 months ago by Dutchman.
Now there are 2 new errors about the size of the image in the Structured data testing tool.
“1200 (Google herkent de property height niet voor een object van het type BlogPosting.)”
“2560 (Google herkent de property width niet voor een object van het type BlogPosting.)”I still do not understand why Google testing tool gives us these errors in a default blog page from Enfold.
Even your default demo has these (12) errors! https://kriesi.at/themes/enfold-2017/blog/blog-single-author-big/
Is this something you should change in the default installation files? Looks like a bug to me.Hi, can you try again please. The site works fine.
Hi Ismael,
I found the plugin that blocked the functions.php from editing through Appearance, Editor panel. You can login and edit the functions.php please. The code you gave me is at the very bottom.
- This reply was modified 6 years, 8 months ago by Dutchman.
Hi Ismael,
I reinstalled the theme through FTP but @ Appearance >> Editor Panel i still get the same error when i try to save the functions.php.
These are the FTP login details.Hi,
Details are in the private sectionThe problem is still there. I replaced it with the ‘new’ code but there are still 14 errors.
- This reply was modified 6 years, 8 months ago by Dutchman.
Hi,
I did copied it from this forum. I provided the login details.Hi Ismael, i copied excactly what you told me to and replaced my code with your code but since it created more errors in the structured data testing tool, i put the old code back in functions.php.
I replaced it with your code and like i said more errors:
Google herkent de property ImageObject niet voor een object van het type BlogPosting.
cancel@type
image (Google herkent het type image niet.)Hi, I refreshed and cleared the cache but that did not help.
Hi Ismael,
After i replaced the code with your combination code i get more errors:
Google herkent de property ImageObject niet voor een object van het type BlogPosting.
cancel@type
image (Google herkent het type image niet.) (Google does’t recognise image.I still do not understand why Google testing tool gives us these errors in a default blog page from Enfold. Errors for blogposting and ImageObject.
Even your default demo has these errors: https://kriesi.at/themes/enfold-2017/blog/blog-single-author-big/+ I added 1 other example with a different error. On the second page i “use av-masonry-image-container” and that results in ”
Google herkent de property ImageObject niet voor een object van het type WebPage.”Hi Ismael,
Why does a default blog page with a simple image gives an error at the structured data testing tool? Is it wrong to use [av_image src=’https://www. [/av_image] in a blog?
So everybody need to put this code into functions.php if they want to avoid these errors?Edit: I allready have to put this in functions.php:
add_filter('avf_markup_helper_attributes', 'avf_markup_helper_attributes_modified', 10, 2); function avf_markup_helper_attributes_modified($attributes, $args) { if($args['context'] == 'entry') { //* If main query, if ( is_main_query() ) unset($attributes['itemprop']); } if($args['context'] == 'content') { if (is_singular('post') || is_archive() || is_home()) { $attributes['itemprop'] = 'mainEntity'; } } return $attributes; }
- This reply was modified 6 years, 9 months ago by Dutchman.
Hey Basilis,
I added an image to a blog with the help of:
[av_image src=’https://www. [/av_image]
This results in errors the structured data test tool is giving me. So it’s nothing more then a blog with a couple of images.
I would like a blog with an image without errors in the structured data testing tool.Thank you Nikko!!!!! Works like a charm :)
Hi Nikko,
top:30px
pushes it out of the message_box when the text next to it is one line. And please look what happens as soon as you resize the screen. Its not in the middle/vertically centered.Hi Nikko! Thank you for your fast reply. I’m one step further but the icon is not vertically centered. This is the current code:
.infotipsbox .avia_message_box_content { text-transform: none !important; font-weight: 500 !important; font-size:16px !important; text-align: left !important; position: relative; padding-left: 60px; } .infotipsbox.avia_message_box.avia-border-solid { border-width: 1px !important; border-radius: 9px !important; } .infotipsbox [data-av_icon]:before { font-size: 40px !important; position: absolute; right: 10px; } .avia_message_box_content p { vertical-align: super !important; margin-left: 0; !important; }
Thanks Ismael! replaced the code @ line 3339 + 3341. Problem solved. (Enfold 4.2)
January 13, 2018 at 11:56 am in reply to: Instagram-widget just showing tags instead of thumbnails #896875Hi Dataplus, join the club @ https://kriesi.at/support/topic/instagram-feed-showing-text-and-not-loading-images/
Hi, same problem here. Enfold latest version V4.2
-
AuthorPosts