Forum Replies Created
-
AuthorPosts
-
May 28, 2015 at 8:47 am in reply to: How to control AddThis cookies such as __atuvc and __atuvs? #451006
Josue, I have no AddThis plugin in the site. These cookies seem to come from Enfold.
January 30, 2015 at 9:38 am in reply to: Max site width always 910px after updating to 3.0.5 #388163Hello Ismael,
Thank you for your reply.
I updated to 3.0.8, tried to de-activate all plugins, tried with Enfold basic theme and with child theme but nothing changes.
No cache or minify plugins are used.
All settings changed in the Enfold control panel are applied, excepted site width.April 15, 2014 at 2:29 pm in reply to: Logo center + Menu below: half logo cut on the left on mobile #251611Hello Yigit, Unfortynately my installation is local, too.
April 15, 2014 at 11:14 am in reply to: Logo center + Menu below: half logo cut on the left on mobile #251515Hello Ismael, thank you for your suggestion.
Yes, it works. I changed the first value to @media all and (max-width: 767px) so that it suits tablets, too.
Moreover, the social icons (I tried just Facebook, Twitter and Flickr) on the right side of the header with centered logo overlap the logo and the menu.
It might be worthwile correcting this, if possible.
Thank you.
Hello Ismael, thank you (and Yigit) for your help.
Now it works. This is the full code, just in case anyone can need it:
/* CORRECTION ON MOBILE LOGO */
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 100% !important;
height: auto!important; }}@media only screen and (max-width: 767px) {
.responsive #top .mobileMenu {
margin: 20px 0 10px 0;
width: 100%;
padding: 10px 4px;
}.responsive .logo {
position: static;
height: 90px;
float: none;
}
}I just made a bit of fine tuning on line 3 from:
max-width: 80%;
to:
max-width: 100% !important;
because a part of the right side of the logo was cut.
I hope this does not affect other devices. At the moment I have only tested it on a Samsung / Android device and soon I will also check it on a iPhone.
This reply has been marked as private.This reply has been marked as private.March 26, 2014 at 12:02 pm in reply to: DB Migrate: lost possibility to add Pages and Posts in Menu #243287Hello again, I have solved the problem.
I have updated WP to 3.8.1 and Pages and Post entries are visible again in the Menu section.
BUT… what is strange is that BEFORE updating the WP core WAS ALREADY 3.8.1.
Anyway, there was an invitation to update to 3.8.1. So I did click on it and the problem has disappeared.
I hope this can be useful to someone else.
March 26, 2014 at 11:25 am in reply to: DB Migrate: lost possibility to add Pages and Posts in Menu #243272Hello Peter, Thank you for your reply.
I tried to re-import the DB. Unfortunately the problem is still there.
OK, I solved the problem
The WPML plugin needed updating.
I tried deactivating all plugins.
I also tried using this code, as indicated in another post of this forum:
if( get_post_meta(get_the_ID(), ‘header’, true) != ‘no’) echo avia_title(array(‘heading’=>’strong’, ‘title’ => $title, ‘link’ => $t_link, ‘subtitle’ => $t_sub));
$page = get_query_var( ‘paged’ ) ? get_query_var( ‘paged’ ) : get_query_var( ‘page’ );
query_posts(array(‘posts_per_page’=> get_option(‘posts_per_page’),’paged’=> $page));With no result.
Hello Josue,
Thank you for sharing this very good video.
Unfortunately nothing is said about transparency.
Anyway I found another post in your forum, which led me to this CSS line:
.ls-s-1 {background-color: rgba(0,0,0,0.7) !important; }
Now all sliding text is shown on a black background with 70% transparency.
I hope this is useful for someone else.
Wonderful, works really fine.
I believe this function might be part of your next release.
Why? Because your customer might want to display his logo in full size (and not reduced) when the visitor is scrolling the page, without losing the nice touch of the transparent header.Thank you Yigit!
March 17, 2014 at 9:58 am in reply to: Enfold – Disable previous and next post arrows on posts #238574Thank you Ismael,
I commented out as follow, and apparently it works in /enfold/functions-enfold.php…
in the code block starting as… if(!function_exists(‘avia_post_nav’))
if(version_compare($settings[‘wpversion’], ‘3.8’, ‘>=’ ))
{
// $entries[‘prev’] = get_previous_post($settings[‘same_category’], $settings[‘excluded_terms’], $settings[‘taxonomy’]);
// $entries[‘next’] = get_next_post($settings[‘same_category’], $settings[‘excluded_terms’], $settings[‘taxonomy’]);
}
else
{
// $entries[‘prev’] = get_previous_post($settings[‘same_category’]);
// $entries[‘next’] = get_next_post($settings[‘same_category’]);
}Thank you for your assistance.
March 15, 2014 at 6:59 pm in reply to: Enfold – Disable previous and next post arrows on posts #238118Hello,
I have read this post with interest.
Anyway, how could such structure be completely removed, so that the code is lighter?
Could you please indicate which files are to be edited?
Thank you.
Right! Thank you very much Yigit. It works fine!
OK, I fixed it.
The problem was: in WP dashboard / Settings / Media -> “Save uploads in this folder” we had set, long time ago, a /photo/ folder, in the server root.
Therefore, the /dynamic_avia/ folder was supposed to be created here.
Once I created it all worked.Meanwhile I had made a copy of this WP test installation, just to experiment on it, and that installation contained a child theme.
The child theme did not work properly.
I then understood that the /dynamic_avia/zzzzz.css file for the child theme needed to be named mysite_child_theme.css (where mysite is the site name as specified in WP dashboard / Settings / General -> Site name.Well, I wish to thank the Kriesi staff for the kind support and hope this experience can be useful for other people in this forum.
Hold on… maybe I got it… just one second.
Another test I made was giving 777 permissions to /httpdocs/ (never tried before!) but nothing changed.
Hello Ismael,
Thank you for your suggestion.
Unfortunately the enfold.css is not created.
Permission in /wp-content/uploads/dynamic_avia/ are all set to 777.
I also tried deactivating the theme and re-activating it, with no result.Hello Kriesi,
Thanks for your explaination and suggestions.
I checked the state of the folders and found:1) wp-content/uploads/dynamic_avia/ already exists on the server
2) Permissions for all folders was already set to 777 for the three folders
3) in /dynamic_avia/ I found no enfold.css file
4) I created an enfold.css file and gave it 777 access permissions
5) I went to the theme Options section, changed a styling setting and saved
6) I opened the newly created enfold.css file but nothing was written in there.I believe we are just missing one single step somewhere…
Hello Kriesi,
Thank you for your proposal. Unfortunately our customer does not allow us to give access to his site to other people.
What I can tell you is that the huge block of CSS is the output of / enfold / css / dynamic-css.php
I tried to replace the /enfold/ files with the latest version (today, version 2.5) and use it without the child theme I had created: the block remains.
I also de-activated all plugins, but nothing changed.
What else could I try?
Thank you.
Hello, any news about this question?
Thank you.
Hello Ismael,
I tried changing the colour scheme two times, with no result.
I also tried de-activating the /enfold-child/ theme and activating the basic /enfold/ configuration but nothing changed.
The CSS remains in the HTML.
Hello Peter,
No, unfortunately nothing changed after following your procedure above. No file is created in the new folder “dynamic_avia” and the CSS block remains in the HTML.
Actually, now it comes to my mind what follows. If I remember correctly your Enfold theme does not come with a child-theme folder.
I created a child theme folder and all the rest worked fine.
Can this be the reason of this malfunction?Thanks.
Hello, any other suggestion?
Thank you.
OK Devin, thank you for your suggestion.
I changed permissions of either /wp-content/ and /wp-content/uploads/ even to 777, went to the styling tab, changed a setting and saved, but nothing changed.
This reply has been marked as private.Oh, boy! Everything seems to work fine!
Thank you Dude.
Tomorrow morning I’ll check everything back again.
Thanks a lot!Hello Dude, thank you for your answer.
I tried to remove the code as you suggested but nothing changes. I still get:
URL in Archive: mysite .com/events/ = OK
Breadcrumb in Archive: Home / Events = OKURL in the post: mysite .com/events/u2-concert/
Breadcrumb in the post: Home / U2 concert = NO
It should be: Home / Events / U2 concertUnfortunately solution 2 does not solve the question: I cannot use a page with the same url /events/ as the taxonomy archive, as the system will always open the category and not the page.
I should set a different URL for the page, such as mysite .com/my-events/, but it would not be correct, as the post would still be mysite .com/events/u2-concert/. I want to achieve the normal WP continuity from /archive/ to /archive/post/, which is optimal for SEO.
Is there another possibility?
Thanks a lot.
-
AuthorPosts