Forum Replies Created
-
AuthorPosts
-
Ok thanks!! I’ll try and in case get back to you. It seems quote clear
Thanks, I will do it. But I need to know which part of the original single.php I can overwrite. I did it already with a copy of the page.php, but I am not sure about the single.php. Should I cancel all the first part concerning the blog?
i.e.
if(avia_get_option('frontpage') && $new = avia_get_option('blogpage')) { $title = get_the_title($new); //if the blog is attached to a page use this title $t_link = get_permalink($new); $t_sub = avia_post_meta($new, 'subtitle'); } if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));and write the whole new html/php just after
do_action( 'ava_after_main_title' );???Thanks
Fantstic: it works fine!! Thank you very much
Yes thanks and sorry for the delay in answering to you. I asked the server owner to disable PageSpeed. You can close the ticket.
Actually I realized that all the images of the site are uploaded with a pagespeed extension!
February 8, 2020 at 10:29 am in reply to: Quick CSS and child theme style.css don't work anymore #1182555Yes thanks, apart for the th font color that is not accepted!
February 7, 2020 at 12:38 pm in reply to: Quick CSS and child theme style.css don't work anymore #1182290Ok I have soved part of the problem. The css code presented in the Enfold documentation is not working at all. However I used the following code to give a bcg color to the th row. It doesn’t take the font color though (it still keeps the default main color). I overcome that by choosing a lighter bcg-color. It is funny, since it gets the font-size and vertical-align rules, but not the color rule
/*---------------------------------------- // Table headings //--------------------------------------*/ #top .main_color .avia-data-table.avia_pricing_minimal th { background-color: #c0daed!important; } .avia-data-table.avia_pricing_minimal th { font-size:16px; vertical-align: middle; color:#ffffff!important!; /*THIS IS NOT WORKING!!*/ } .avia-data-table.avia_pricing_minimal td { color:#000000!important; font-size:14px; }February 7, 2020 at 9:38 am in reply to: Quick CSS and child theme style.css don't work anymore #1182254Thanks very much Nikko, now it is working. However I am facing difficulties in styling the tables present in the page https://www.marinemammalhabitat.org/immas/summary-of-current-immas/
In the past I styled various enfold tables, but these seem to not accept the css code for styling suggested at the link https://kriesi.at/documentation/enfold/table/
I am puzzled…
February 6, 2020 at 2:18 pm in reply to: Quick CSS and child theme style.css don't work anymore #1182016Sorry can someone be so kind to help me with this topic? Thank you very much in advance
December 19, 2019 at 8:33 pm in reply to: Layer Slider not visible on Safari after upgrade to Enfold and to WP 5.3.1 #1167910Yes please you can close it
December 19, 2019 at 1:43 pm in reply to: Layer Slider not visible on Safari after upgrade to Enfold and to WP 5.3.1 #1167727Thanks @Yigit the beta version did its job! It fixed the problem!
Thanks Victoria, that solved the problem!
Hi Ismael, thanks that was the problem!! I solved contemporarly navigation arrows and Magnific popup issues.
The only things that remains is the submenus hover function that doesn’t work properly
https://whalesanddolphins.tethys.org/cetacean-sanctuary-research/ (submenu not working)
Hi Victoria, thanks for suggesting that solution. I added these lines to my functions.php
add_action('wp_enqueue_scripts', 'enqueue_magnific_popup_styles'); function enqueue_magnific_popup_styles() { wp_register_style( 'magnific_popup_style', get_stylesheet_directory_uri() . '/magnific-popup.css' ); wp_enqueue_style( 'magnific_popup_style' ); } add_action('wp_enqueue_scripts', 'enqueue_magnific_popup_scripts'); function enqueue_magnific_popup_scripts() { wp_register_script( 'magnific_popup_script', get_stylesheet_directory_uri() . '/jquery.magnific-popup.js', array( 'jquery' ) ); wp_enqueue_script( 'magnific_popup_script' ); }Then there are the jquery that make the popup working
function popup_inline() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); }); </script> add_action('wp_footer', 'popup_inline'); <?php }Still the popup is not working, the navigation arrows in the lightbox gallery are not shown and images seems freezed, links to the submenus are not working (this last after having updated to Enfold 4.4). I add in the private section reference pages. I also add an admin account for your convenience. I would really be galdful if you could help me solve these problems. Thanks
I need to solve this thing urgentely as another problem aroused with the updating: I realized that the hover function on submenus doesn’t work well (it works as soon as I refresh the page and then stop). I add in the private section an example
I just updated it but the problem is still there. The site has also another problem with navigation arrows when using lightbox in a masonry gallery (see my post https://kriesi.at/support/topic/navigation-arrows-not-visible-in-masonry-gallery/). Your colleague says it is a problem with the declaration of the magnific popup function and the way I enqueued.
I wonder how I can solve it. I used the same function declared in the same way in other web sites and no probelms aroused.
Thanks for helping
Hi Victoria I just want to tell you that the update didn’t solve the problem. As you said is a problem of the magnific popup functon which is not declared in the proper way.
Could you please help me in solve it? Thanks
Hi Victoria, referring to the script I added to my functions.php (https://cl.ly/7987dc512db0 The error comes from here, you need to have the Magnific popup explicitly enqueued too), it is really strange as I always used that script in other settings and did work.
What do you mean that I should explicitly enqueued ? Thanks for explanation
Actually on the same web site I have the problem that the Manific popup is no more working (see post https://kriesi.at/support/topic/magnificent-popup-not-working-part-2/#post-1021763). So actually I have two issues. In the meanwhile I try to update the theme and see what happens.
Best regards
-
This reply was modified 7 years, 4 months ago by
elenapoliti.
Sorry for the delay, I tried to deactivate the plugins that were included recently but still it doesn’t work. All the other plugins are woocommerce related and when uploaded they didn’t create any problem.
That is a section that I do not check often, so I don’t know when the problem occurred exactlyJune 23, 2018 at 8:41 am in reply to: Magnificent Popup not workin (not recognized as a function) #976851Thanks Ismael, now finally it work perfectly and smoothly!!!
Such a great team you are!
June 20, 2018 at 4:49 pm in reply to: Magnificent Popup not workin (not recognized as a function) #975381Sorry Victoria for answering only now. Unfortunately it still doesn’t work.
June 15, 2018 at 2:41 pm in reply to: Magnificent Popup not workin (not recognized as a function) #973334Could you please suggest me how could I load it explicitly?
ThanksJune 15, 2018 at 1:10 pm in reply to: Magnificent Popup not workin (not recognized as a function) #973284Here they are! Thanks
June 15, 2018 at 10:55 am in reply to: Magnificent Popup not workin (not recognized as a function) #973225Hi Mike I did try to cancel completely the enfold folder files and copy the new version via FTP, but still the problem remains.
Actually the funny things is that I did the same with other three web sites and everything went well: the popup function worked and nothing broke.
I am working abroad for a month and I don’t have with me a local copy of the web site, so I cannot test it locally in a quick way (I should duplicate the whole web site and download it locally but it would take quite a long). Nothing you could do from your side to help me?
Thanks
June 13, 2018 at 4:58 pm in reply to: Magnificent Popup not workin (not recognized as a function) #972367Hi Mike, no way: the problem is still there. The popup modal is on the pages of some products. I add in a private section the access to the web site and one example page (a product) where the problem exists.
Also I noticed that in product pages the main menu (that should be sticky at the top) has a transparent space above it. As it is detached from the very top of the screen, which is quite annoying.If you could help me I would appreciate it very much
Thanks
-
This reply was modified 7 years, 9 months ago by
elenapoliti.
June 11, 2018 at 6:27 pm in reply to: Magnificent Popup not workin (not recognized as a function) #971332Hi Mike, excuse me but I actually added also the line
add_action('wp_head', 'popup_inline');I just forgot to paste it in my previous msg.
However it doesn’t work. In reality it always worked and messed up after an update. So I am pretty sure that both the snippet in the funcrions.php file and the snippet in the html code is ok.
I will try to disable the plugins and see if something changes. Otherwise I will send you an access to the site.
Thank you very much
I tried to restore the previous Enfold version but the problem remains. I also posted the problem to the WPML support forum. Actually what doesn’t work are the products with variations
Thanks very much now it is working! What was the problem? As I should update via ftp other websites and wouldn’t like to step in the same problem.
By the way did you have the chance to check the date issues belw the posts?
Again thank you
Here they are. Thanks and if you also can give a look to the problem that the date doesn’t appear below the post title in the news page
Thanks
March 2, 2018 at 6:56 pm in reply to: toggle sections by clicking an image and sliding down to anchor text #920482Yes please close it
-
This reply was modified 7 years, 4 months ago by
-
AuthorPosts
