Forum Replies Created
-
AuthorPosts
-
Thanks
November 26, 2014 at 9:31 pm in reply to: How can I make the slider display only the slide title on mobile devices? #358560Worked perfectly, thank you!!
November 26, 2014 at 12:12 am in reply to: Where are the video tutorials and other material? #358046Thank you.
November 24, 2014 at 6:00 am in reply to: Boxed Layout for selected pages when stretched layout is selected? #356497Okay, thanks.
Got it, thanks.
I figured it out, it was a subpage, not a post.
The subpage was the first link in the sidebar.
How do I turn that off so the subpage menu doesn’t show up in the sidebar?
Thanks.
November 22, 2014 at 6:26 am in reply to: URGENT – Has WordPress 4.0.1 broken full width slider #355792I use as few plugins as possible when creating a website because of possible conflicts, that could be the problem.
1. Odd that had to be done, maybe a conflict with plugins created the issue.
2. Maybe it was a cache thing at first when viewing.
3. Good luck.Before the updates were made I reverted back to the previous WP version to solve the issue while I waited for the updates.
A good link to use is: http://kproxy.com/
November 22, 2014 at 3:51 am in reply to: URGENT – Has WordPress 4.0.1 broken full width slider #355770If you download the latest version of Enfold you should be okay.
The latest WordPress update had caused issues but Enfold has been updated now to correct those issues.
Many people had this problem because WordPress auto updates now, you might want to disable the auto update for WordPress with a plugin or add:
define( ‘WP_AUTO_UPDATE_CORE’, false );
to your wp-config.php file.
Best of luck!!
Okay, thanks.
I just went back to a previous version of WP and it is fine now.
I am having the same issue and nothing is working.
Enfold 3.0.2
Wordpress 4.0.1I am using the Fullwidth Easy SLider. I have tried the Fullscreen Slider and the Easy Slider, neither are working. The Image element works but I need the slider to work.
What else can I try?
I have tried this and it didn’t work for me:
It’s in /enfold/config-layerslider/LayerSlider/includes/slider_markup_init.php, line 36:Okay, got it.
Thanks!!
November 20, 2014 at 5:01 pm in reply to: How do I remove the date from a comment on a post? #354314Worked perfectly, thank you!!
Wow, you have got to be kidding me…. that was so easy, dugh.
I have never used the Comments element before, I though it was to place comments in the body of your content if you choose to.
Thanks for the help!!
Update:
I found out what is causing the issue, how do I fix it?
I added this to the Child Theme Functions.php so I can have the Builder capability in a post, what can I change on this code so I get the post comments function back?
Code added:
add_filter(‘avf_builder_boxes’,’enable_boxes_on_posts’);
function enable_boxes_on_posts($boxes) {
$boxes[] = array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘portfolio’, ‘page’, ‘post’), ‘context’=>’normal’, ‘expandable’=>true );
$boxes[] = array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘portfolio’, ‘page’, ‘post’), ‘context’=>’side’, ‘priority’=>’low’);
$boxes[] = array( ‘title’ =>__(‘Additional Portfolio Settings’,’avia_framework’ ), ‘id’=>’preview’, ‘page’=>array(‘portfolio’, ‘page’, ‘post’), ‘context’=>’normal’, ‘priority’=>’high’ );return $boxes;
}Thanks for your help!!
November 19, 2014 at 2:18 am in reply to: How do I remove the date and comment count from all blog posts? #353428Worked perfectly, thank you!!
November 18, 2014 at 8:52 pm in reply to: Remove time from latest portfolio side bar widget? #353235I used FIleZilla, worked perfectly.
Thank you!!
November 18, 2014 at 8:44 pm in reply to: Remove time from latest portfolio side bar widget? #353230I use filezilla for this or can I do it from within the website?
Thanks.
Worked perfectly, thanks!!
That worked perfectly, thank you !!
November 18, 2014 at 12:55 am in reply to: My mobile menu is transparent, how do I fix this? #352789Yeah, that part is white.
But when you click on it and open the menu it is transparent.
I just opened it and the menu is transparent.
Did you open it? How did it look when you opened it?
Thanks.
November 18, 2014 at 12:36 am in reply to: My mobile menu is transparent, how do I fix this? #352773http://mobiletest.me/iphone_5_emulator/#u=http://novelist.maximfactory.com/
That still didn’t work, the mobile menu is still transparent.
Thanks.
November 17, 2014 at 10:01 pm in reply to: Border Color for individual Color Selection element ? #352701Worked perfectly, thank you !!
Worked perfectly, thank you.
November 16, 2014 at 10:12 pm in reply to: Team Member element, how can I get the Name, Title & Description to be centered? #352182Worked perfectly, thank you.
Cool, thanks.
November 13, 2014 at 5:45 pm in reply to: Sign up button in side bar is not highlighting properly? #350792That quick css code addition worked perfectly.
Thank you for taking the time on this one, greatly appreciated!!
November 13, 2014 at 12:49 am in reply to: Sign up button in side bar is not highlighting properly? #350510This was done to make it possible to use the editor in posts:
This was added to Enfold Child: Theme Functions (functions.php)
add_filter(‘avf_builder_boxes’,’enable_boxes_on_posts’);
function enable_boxes_on_posts($boxes) {
$boxes[] = array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘portfolio’, ‘page’, ‘post’), ‘context’=>’normal’, ‘expandable’=>true );
$boxes[] = array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘portfolio’, ‘page’, ‘post’), ‘context’=>’side’, ‘priority’=>’low’);
$boxes[] = array( ‘title’ =>__(‘Additional Portfolio Settings’,’avia_framework’ ), ‘id’=>’preview’, ‘page’=>array(‘portfolio’, ‘page’, ‘post’), ‘context’=>’normal’, ‘priority’=>’high’ );return $boxes;
}November 12, 2014 at 4:57 pm in reply to: Sign up button in side bar is not highlighting properly? #350107.image-overlay { display: none !important; }
That was the only thing I had in Quick CSS, I removed it and I am still having the issue.
I still can’t figure out why the font is transparent.
November 12, 2014 at 4:42 pm in reply to: Special Heading – How do I reduce the top padding? #350090Not sure what I did but when I went back to it the padding is good, thanks.
November 12, 2014 at 4:39 pm in reply to: Post Slider – Excerpt for portfolio isn't working? #350085That was it, the screen options route worked.
Thanks for the help!!
-
AuthorPosts