Forum Replies Created
-
AuthorPosts
-
July 6, 2015 at 1:56 pm in reply to: Link to content section is not what I want but I need an anchor #468903
Hey!
Did you remove it? I do not see the link anymore.
Regards,
ElliottHi quebag!
Try adding it inside a grid row element. It should span the full width of the container.
Cheers!
ElliottHi quebag!
In this case you’ll want to use the grid row element. You can add 4 cells inside the grid row and set a colored background for each.
Cheers!
ElliottJuly 3, 2015 at 5:24 pm in reply to: Is it possible to have a custom link for blog post Pagination? #468172Hi Rshaules!
That would take a lot of time and code and would have to be considered custom work. If it was me I would just add the links in manually beneath the blog posts in a codeblock element.
You can use this HTML to get the same styling.
<nav class="pagination"><span class="pagination-meta">Page 1 of 6</span><span class="current">1</span><a href="#" class="inactive">2</a><a href="#" class="inactive">3</a><a href="#">›</a><a href="#">»</a></nav>Regards,
ElliottHi Jehu!
You can get the menu to display beneath the logo and centered in the header options, Dashboard > Enfold > Header.
For the extra logo and phone number you could try adding a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag a text widget to it and add the HTML in for those elements. Let us know when your done and we’ll give you some CSS to position it.
Best regards,
ElliottJuly 3, 2015 at 5:16 pm in reply to: Code To Insert In Order To Show Blog Meta Elements In Blog Posts Using Avia #468169Hi iclo!
Well, it’s just dragging a codeblock element to your post content and adding in text / html like so.
<span class="post-meta-infos"> <time class="date-container minor-meta updated" itemprop="datePublished" datetime="2014-04-28T19:39:19+00:00">April 28, 2014</time> <span class="text-sep text-sep-date">/</span> <span class="comment-container minor-meta"><a href="http://kriesi.at/themes/enfold/2014/04/28/new-electric-cars-are-getting-really-fast/#respond" class="comments-link">0 Comments</a></span> <span class="text-sep text-sep-comment">/</span><span class="blog-categories minor-meta">in <a href="http://kriesi.at/themes/enfold/category/science/" rel="tag">Science</a> </span> <span class="text-sep text-sep-cat">/</span><span class="blog-author minor-meta">by <span class="entry-author-link" itemprop="name"><span class="vcard author"><span class="fn"><a href="http://kriesi.at/themes/enfold/author/kriesi/" title="Posts by Kriesi" rel="author">Kriesi</a></span> </span> </span> </span> </span>It would be best to use the default editor though as this stuff will be added automatically and it makes it a lot easier.
Best regards,
ElliottHey mike1270!
Not really sure I understand. The sections do not overlap each other. Send us a link to that page so we can get a better idea.
Regards,
ElliottHi xyzb!
If the files you customized are template files, https://developer.wordpress.org/files/2014/10/wp-template-hierarchy.jpg, then you can just copy them over to the child theme folder and WordPress will use them instead.
Best regards,
ElliottHi perezeguireun!
When you edit the special heading element there is an option for changing it’s bottom padding. If that does not help then send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHi mar10nlund!
I checked your link but you don’t appear to be using Enfold. It’s a theme called “engine1”?
Regards,
ElliottHi Tokyo!
You most likely need to update Enfold. Make sure your using the latest version, 3.2.3.
Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey cmackey2159!
They are being hidden because of how the tables work on mobiles. Since your text is not very long here I would use the column shortcodes instead. It will look good on both desktop and mobiles.
If you want to see how the table displays on mobile then add this to your custom CSS.
.responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th { display: block !important; }Best regards,
ElliottHi elliotstiller!
You can find the Quick CSS field in Dashboard > Enfold > General Styling. Add this inside it.
@media screen and (max-width:767px) { .cart_dropdown { display: none !important; } }Cheers!
ElliottJuly 3, 2015 at 4:40 pm in reply to: Version 3.2.2 – Ajax Preview – Ultimate Social Media and Share Icons Plugin #468146Hi!
Not sure what it could be. It’s hard to tell because all of the scripts are minified. I would try finding a different social plugin to use.
There are quite a few out there, https://wordpress.org/plugins/add-to-any/.
Best regards,
ElliottJuly 3, 2015 at 4:37 pm in reply to: change the background graphics of the Accordeon feature doesn´t work #468144Hi ohormes!
You have a lot of custom CSS which is not very good in my opinion. The reason you cannot see the toggle icons is because of this.
body * { border: medium none !important; }If your just wanting to set a custom background color then you could do something like so.
.toggler { background: red !important; }Regards,
ElliottHey SpaceDream!
Try adding this to your custom CSS.
#advanced_menu_toggle:before { content: "MAIN MENU"; font-size: 12px; font-family: arial; display: block; line-height: 15px; padding-top: 5px; }Is that what your trying to do?
Cheers!
ElliottHey NicomIT!
Do you mean the add to cart button? Add this to your custom CSS to remove it.
.avia_cart_buttons .add_to_cart_button { display: none !important; }Cheers!
ElliottHi Wansink!
Try just this instead to see what happens.
Header set Access-Control-Allow-Origin "*"Regards,
ElliottHey!
Possibly. Go ahead and completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest and send us a WordPress login.
Also, a screenshot highlighting the responsive problem will be helpful.
Best regards,
ElliottHi!
So your just trying to change the width of those inputs correct? Add this to your custom CSS.
.addon-input_multiplier { width: 50% !important; }Cheers!
ElliottHey bmccumber!
I think that should be working. Are you sure you placed it inside the HTML tab instead of the Text tab? Send us a link to your page and we’ll take a look.
Regards,
ElliottHey!
Sorry, small typo. Should be working now.
Cheers!
ElliottHi Dracmaservice!
You could create a custom sidebar to use and add whatever widgets you need for it and then set the sidebar when you edit the page. If the events calendar plugin has some special features that are not available in widget form then you will need to contact them to see if they have any ideas.
Cheers!
ElliottHi Nathan!
Try adding this to your custom CSS.
.menu > li:first-child a { padding-left: 0; }Best regards,
ElliottJuly 3, 2015 at 3:34 pm in reply to: Page without header, footer, nav, etc doesnt scale properly on small devices #468074Hey!
The problem is your headings are set to 100px and when you view on small screens they are not going to break onto new lines. I recommend setting them to a smaller font size by dragging a codeblock element to your page and add this inside.
<style type = "text/css"> @media screen and (max-width: 450px) { .text_center h1 { font-size: 30px !important; } } </style>Cheers!
ElliottHey!
On both of the links you provided the menu looks the same to me. You can give it some CSS like so to make it look more like your screenshot.
.av-layout-grid-container .menu > li { border-bottom: 1px solid #e1e1e1; padding: 10px; } .av-layout-grid-container .menu > li.current-menu-item { border-bottom: 0px !important; }Regards,
ElliottHey!
You can find the CSS for the columns around line 200 in the /enfold/css/grid.css stylesheet. To make them look like that you’ll want to reduce the margins and increase the widths.
Best regards,
ElliottHey!
Are you sure you did #2? If so then you should be using Enfold 3.2.3 but your still using version 3.2.1.
Best regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey!
Your screenshot looks exactly like your current site. If your trying to move the text up a bit then drag a codeblock element to your page and add this inside.
<style type = "text/css"> #av_section_2 .first { position: absolute; top: 50px; } </style>Best regards,
ElliottHi!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure all of the files are updated and not corrupted.
If your still having problems after doing the above two steps then send us a WordPress login and we’ll take a look.
Best regards,
Elliott -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
