Forum Replies Created
-
AuthorPosts
-
November 6, 2024 at 7:38 pm in reply to: pdf-embedder page=# doesn’t work if Frontpage is set #1470779
Home page is now selected in theme options. As a result, this page no longer displays the PDF starting on page 2…
November 9, 2022 at 10:08 pm in reply to: does Enfold remove "media-views" scripts? If so, is there a work-around to allow #1372000OMG that is incredible! Thanks so much – problem solved.
November 7, 2022 at 9:42 pm in reply to: hiding menu to allow for ONLY hamburger ALSO hide socket menu. #1371701fabuloso. thanks!
November 3, 2022 at 7:10 pm in reply to: hiding menu to allow for ONLY hamburger ALSO hide socket menu. #1371272The new CSS successfully hides top menu and display socket menu (THANKS!)
however, the burger disappeared….Has anything changed here in recent theme updates? My custom class-avia-masonry.php has stopped working…
Just moving from menu button to menu button. I have made a little recording:
the press page (masonry) loads well, the Lab Members, Research and Courses pages show the black screen for a bit before the page loads.
and how do I tell the child theme to use my version of class-avia-masonry.php instead of the parent version?
February 18, 2022 at 8:48 pm in reply to: Unable to change the order of images in a gallery #1341367I am having this same issue myself. I disabled all plugins, I am at the latest version of theme and WP. Still I cannot drag and drop to re-arrange the images .
Suggestions?
November 10, 2021 at 10:21 pm in reply to: Can I have a "Partially" Transparent & Glossy Header ?? #1328580i put this in the CSS:
#top .av_header_transparency #header_meta {
background: #122348;
}
seems to do the trick – is there a better way?I am being forced to use “block widgets” and getting this error
“The “avia_google_maps” block was affected by errors and may not function properly. Check the developer tools for more details.”
on my widgets page after upgrading to 5.8. Occurs on multiple sites. I have to install the ‘classic widget’ plugin to fix…
July 10, 2021 at 2:15 pm in reply to: line between Main Menu and Secondary Menu in Transparent mode #1309492This reply has been marked as private.I am using a standard wp feed, and the standard wp RSS widget but the featured images are not showing. I can see that the images are in the feed. Can you suggest?
this page displays the feed: https://mentorhubapp.org/mentorhub-blog/
THe images are in the feed. Here is the <img snippet of feed (https://www.evidencebasedmentoring.org/category/mentorhub/feed/) for the first article:
I already added this to functions.php
`function featuredtoRSS($content) {
global $post;
if ( has_post_thumbnail( $post->ID ) ){
$content = ‘<div>’ . get_the_post_thumbnail( $post->ID, ‘medium’, array( ‘style’ => ‘margin-bottom: 15px;’ ) ) . ‘</div>’ . $content;
}
return $content;
}
add_filter(‘the_excerpt_rss’, ‘featuredtoRSS’);
add_filter(‘the_content_feed’, ‘featuredtoRSS’);never mind this – we switched to using layerslider
This video is not behaving. it is covering the content below it. Can you suggest what we have done wrong?
August 17, 2020 at 4:59 pm in reply to: second youtube video in "Easy Slider" does not play #1238551Thanks – due to the issue one of the sliders has been taken down. However, you can still observe the issue on this page:
August 14, 2020 at 5:05 pm in reply to: second youtube video in "Easy Slider" does not play #1237894Dear Rikard,
I fear you mis-read my issue. There is no problem with the vimeo. The problem is with the SECOND youtube in the slider. Doesn’t matter what the youtube video is — if it appears SECOND it will not play. Both those home pages display the error.Thank you Victoria – worked perfectly.
you can close this as I have solve my issue, but I did discover a bug.
Here is how you re-create the bug:
1. create a magazine using posts that appear in more than one category.
2. set a “start date” in the magazine.
3. set all the posts in one category to have dates that are earlier than the start date you set in step 2.
4. View the magazine. click around on the categories. When you click on the category with posts that precede the ‘start date’ as in step 3, all posts in all categories disappear.Solved
I deactivated every single plugin and the problem persists. I even reverted from the child to the parent theme.
i get this issue too on many sites – has it been solved?
March 15, 2019 at 3:36 pm in reply to: Updating to Enfold 4.5 and validating Personal Token #1079161Hello,
Trying to update from 4.5.2 to 4.5.4 and receiving an error. The Token is valid.
___
An error occurred while updating Enfold: Download failed. ForbiddenWarning: fopen(/home/emorydpt/www/www/wp-content/plugins/home/emorydpt/www/www/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php): failed to open stream: No such file or directory in /home/emorydpt/www/www/wp-includes/functions.php on line 5462
Warning: fread() expects parameter 1 to be resource, boolean given in /home/emorydpt/www/www/wp-includes/functions.php on line 5465
Warning: fclose() expects parameter 1 to be resource, boolean given in /home/emorydpt/www/www/wp-includes/functions.php on line 5468Thanks, Nancy
October 31, 2018 at 2:58 am in reply to: Hamburger and Search Icon color do not change on scroll #1028338I do not think that the CSS you suggested has fixed the problem. I am looking for some CSS that will detect that the header has been scrolled (and changed from transparent to white) and change the color (and hover) states of the hamburger icon and search icon from white to black so they show up.
https://www.bwhparkinsoncenter.org/category/topics/genetics/
how can i increase the size of the images to 400×400, and bleed all the way to the edge of the browser? There is too much white space on the right edge. I have updated some of the css to removed spacing, etc.
Please let me know if you can fix this so that I can upgrade Events Calendar. Thanks, Nancy
January 8, 2018 at 7:34 pm in reply to: Blog Posts: Grid – Pagination not working – Enfold v4.2 #894870Dear Victoria,
I changed the site to “Plain” permalink settings, and the problem persists. The pagination loads the last post on the page, instead of loading the next page full of posts.
Nancy
September 21, 2017 at 8:55 pm in reply to: sidebar background color – all the way to the browser edge? #855043This reply has been marked as private.This reply has been marked as private.i am calling the shortcode in functions.php for just one post (id == 23)
so that you can see what happens:
https://fei-lab.org/high-frequency-ultrasound-imaging-for-cardiac-fibers/
The sidebar is pushed below the content.
Suggestions?
August 25, 2017 at 3:27 pm in reply to: layerslider php does not display UNLESS there is a layerslider on the page #844031Actually – that does not work. the only way to call layerslider from a script is to remove the built-in version:
add_theme_support( ‘deactivate_layerslider’ );
and then install it yourself. Then you can call it from php.
Nancy
-
AuthorPosts