-
AuthorPosts
-
August 17, 2015 at 7:51 pm #489088
Hello!
I am trying to add hidden keywords to my homepage. I am simply using a text widget but when I enter it in and save it disappears. Do you know why this is happening or do you have suggestions?
eg. in private content
August 18, 2015 at 11:34 am #489397Hi icebox10,
That markup is not meant to be used there, there is a head section already in header.php, you can add you code there instead if you would like. Please use a child theme so you won’t have to do the same changes on updates: http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/
Regards,
RikardAugust 18, 2015 at 6:34 pm #489656thanks! Where exactly would i be able to add this text?
Also, is there a way to change the spacing between the columns? I see there is an option to click “no space between columns” but I just want a smaller gap. Thanks in advance :)
August 18, 2015 at 6:59 pm #489663Below is a link of an example. I would like even spacing between columns and rows. The spacing between your columns by default are too big. Please advise :)
August 19, 2015 at 2:52 pm #490096Hi!
via FTP open /wordpress/wp-content/themes/enfold/header.php to put the text inside of it. However, we recommend to use a child theme for it.
About which columns and rows are you talking about? not sure what you mean. Can you explain further or even use screenshots to make things clear? use imgur.com or dropbox.
Regards,
AndyAugust 20, 2015 at 7:02 pm #491013Can I add this in the editor in the backend of wordpress? As of right now i don’t have the child theme installed. If I install it, I would have to re-enter all my design settings, correct? The site gets lots of traffic, so making live changes is not an option.
I am trying to achieve even spacing between columns and images that are stacked ontop of each other.
Check out the page I’m working on in private section.
setup:
– image
– 2 1/2 columns with images in them
– imageI would like to make the spacing between the half columns a little smaller. I guess I can customize the horizontal spacing with the “whitespace” shortcode. Any suggestions?
August 20, 2015 at 7:49 pm #491045Hey!
you won’t loose any settings when using a child theme.
Yes you are right, use a separator/whitespace element to achieve horizontal spacing.Best regards,
AndyAugust 20, 2015 at 7:50 pm #491046Can I add the code in the editor in the backend of wordpress?
How do you change the spacing between columns?
August 20, 2015 at 7:54 pm #491049Hey!
yes you can.
About which columns are you talking about? can you show us exactly where we can see it?
Best regards,
AndyAugust 20, 2015 at 8:01 pm #491056Is there a specific place I need to enter this code? or can in the beginning or end?
The last link I sent has an example of the colums.. It’s just your column short code..
August 21, 2015 at 9:36 am #491214Hey!
there is no special place, though I recommend it to put it in the end. If you use a child theme there is no beginning or end cause the file will be empty at first.
For you columns try this code in Quick CSS field:
.flex_column.av_one_half.flex_column_div.av-zero-column-padding { margin-left: 20px; }
and adjust as needed.
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.