Forum Replies Created
-
AuthorPosts
-
July 15, 2017 at 5:26 pm in reply to: How to add http:// to images in text block in advanced layout editor #821744This reply has been marked as private.June 18, 2017 at 7:00 pm in reply to: Pointers on how to make "Featured Image Slider" image clickable #809592
Issue was resolved here: https://kriesi.at/support/topic/how-to-make-the-featured-image-slider-clickable/
Turned out a CSS class just needed to be updated.
Works perfectly. Thanks Jordan!
I did. I didn’t create a child theme cause I was just testing it out, but nothing changed.
Attached is Private Information below
June 14, 2017 at 11:59 pm in reply to: Retreving Post Meta when using Advanced Layout Builder for blog posts #808310Okay so immediately after I posted this I found this previous post which does exactly what I want it too.
So I no longer need assistance with this. Thanks for already answering my question (man you guys are fast ;-)
nick
Hey Rikard.
I found a way to do it using the themes short codes. I just went to a new blog post an created Blog Post short codes using the magic wand tool. Then set to the Grid option and selected 1 post. Then added the offset number accordingly.
This seems to work and is a lot easier to deal with then figuring out ubermenu.
nick
Hey Victoria,
Yeah. I know that is an option. I was just wondering if there was a way to default to this view for new blog posts. Just trying to make it easy on them.
nick
June 14, 2017 at 9:12 pm in reply to: Pointers on how to make "Featured Image Slider" image clickable #808216Trying to do the same thing as above, but changes aren’t showing up on live site.
I’ve added the code and the quick CSS but changes aren’t showing up.
Any suggestion on how to fix this.
Hey Rikard – Is it possible to make the creation of a new blog post default to the Advanced layout builder and one template inparticular? I want to make it as easy and hassle free for the writers as possible.
Alternatively, Is there a way to default to advanced layout builder and a particular advanced layout template when some creates a new blog post?
Hey Rikard,
I won’t need any more help for now. I might try to tackle this again in the new year. I just cannot spend any more time on it at the moment.
nick
Hey Guys,
So I’ve finally managed to fix this problem enough so things are working, but not ideally. I cant spend any more time on this then I already have. Here is a quick run down of the only changes I’ve made in case you need it later.
1) I use to have text boxes on the page that contained the table elements. I have changed those to the Avia Code Block elements & placed the table elements in there.
2) The 413 error was occurring when I was trying to add a little more information to the tables then was on there previously. Apparently this little piece of information was pushing to total size over the tipping point & preventing the page from saving. The only difference between the older and the newer was one link at the beginning. Compare the following
Newer Version:
<tr class=””><td class=””>Beach Boys</td><td class=””>Barbara Ann (2001 – Remaster) – The Very Best of the Beach Boys: Sounds of Summer</td><td class=””>iTunes</td><td class=””>Amazon</td></tr>
Older Version:
<tr class=””><td class=””>Beach Boys</td><td class=””>Barbara Ann (2001 – Remaster) – The Very Best of the Beach Boys: Sounds of Summer</td><td class=””>iTunes</td><td class=””>Amazon</td></tr>
3) I still have the upgraded php.ini in place, but that never seemed to make any difference.
memory_limit = 128M
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 500
max_input_time = 5004) I tried the LimitRequestBody Directive in the .htaccess file @ 2147483647 . Never seemed to help.
LimitRequestBody 2147483647
5) Problem persisted on a fresh install of WordPress & Enfold without any plugins or additional information.
Ultimately, I’ve just continued to use the older version of the table row for now. I cannot continue to spend time on this. Thank you for you guys time in trying to help me solve this problem.
nick
Update: I’ve tried the LimitRequestBody again in the .htaccess file. Now the Avia Layout Builder is loading in a normal amount of time (about 3 – 5 seconds). But the error persits.
Contacted Dreamhost & asked about the LimitRequestBody directive. They said I’d need to add it to my .htaccess file.
When I’d added it to the file, then the Avia Layout Builder wouldn’t load. The rest of the page editor would load, but the loading circle for the Avia Layout Builder would just keep spinning.
@Josue – New Thread Created Here: https://kriesi.at/support/topic/413-error-in-loading-content-to-enfold-theme/
Posted below
I’m getting the same error as well, but its when I try to change anything on this page:
http://themotivatedrunner.com/songs
Doesn’t matter if the change is big or small, it will just keep giving me the 413 error. Granted the page is kinda long, but I don’t know why I wouldn’t be able to edit it at all.
I’ve already contacted the hosting provider & they’ve helped me increase the limits, I’ve also disabled all the plugins and the error persists. Any thoughts?
nick
November 12, 2015 at 7:35 pm in reply to: Form Fields & Select buttons are not working with plugin #535050I’ve gone ahead and commented out the offending lines. It messes with the themes styling a bit, but allows the plugin to work properly.
November 11, 2015 at 11:53 pm in reply to: Form Fields & Select buttons are not working with plugin #534457Hey @basillis ,
Well I found the problem, but I’m not sure how to fix it.
The problem seems to be with this style sheet: http://a98fh.theshownewport.com/wp-content/themes/enfold/css/base.css?ver=2
Line 204:
#top select {
font: 1em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
}When I disable this element with google chrome inspect element, I’m able to see the search box & the floor fields. Any recommendations on how to fix this?
nick
November 11, 2015 at 11:15 pm in reply to: Form Fields & Select buttons are not working with plugin #534430Not yet @basilis . I’ll do that now.
November 7, 2014 at 7:31 pm in reply to: Contact Form – Email sent from noreply@testmail.com #347884For Future Reference – I was having the same problem on my site. I found that hide my wp plugin was changing the email address. The default is (Email address hidden if logged out) .
You can change the setting by going to the hide my wp general settings. Scroll to the bottom and you’ll see the place to change the info.
-
AuthorPosts