Forum Replies Created
-
AuthorPosts
-
Hi!
Your sidebars are displaying fine for me. It looks like you have two text widgets with some text and images inside. Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
The login information does not seem to be working. Did you get it fixed?
Best regards,
ElliottHey!
Try this.
@font-face { font-family: "DINWeb"; src: url("URL to the regular font"); } @font-face { font-family: "DINWeb"; src: url("URL to the bold font"); font-weight: bold; }I think that will have it pick up the bold styling automatically.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey trossa!
Your link is giving me a 404. Are you trying to add one to the header / footer social icons or the “Share this entry” box beneath your posts?
Regards,
ElliottHey!
It looks pretty specific. Not sure if we will be able to help you with this or not but send us a WordPress login and we’ll take a look.
It would probably be best to contact the developer who created this for you though.
Cheers!
ElliottHey colorowdy4real!
Thanks for using Enfold.
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete the theme before downloading + uploading a fresh copy from themeforest.
3. Increase your max_input_vars, http://sevenspark.com/docs/ubermenu-menu-item-limit.
If your still having problems then send us a WordPress login and we’ll take a look.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
It seems like a specific issue so your probably not going to find anyone who has done this here in the Enfold support forums. It would probably be best to contact gravity forms support about this.
But to answer your question, the way to read a custom field and display it from a post is this WordPress function, http://codex.wordpress.org/Function_Reference/get_post_meta.
Regards,
ElliottHi!
Try commenting out line 374 in /enfold/js/avia.js.
//win.scrollTop(0);This will be fine if your menu is small but if you have a large menu that is bigger than the screen height then it’s not going to work like your wanting.
Best regards,
ElliottHey jeroenhamel!
It sounds like your wanting to add the sorting to the Masonry Gallery element. Unfortunately that is going to take a lot of time and code and would have to be considered custom work.
It would be best to use the Masonry element instead. You can use it with your regular posts if you do not wish to use the portfolio posts. If it was me I think I would create posts for each image and create tags on the posts so they can be sortable by tag.
Cheers!
ElliottHi Andrea!
There is not a WordPress query setup for that and it would take a lot of time and code to add that in so it would have to be considered custom work. You can sort them manually by doing this though, https://kriesi.at/support/topic/portfolio-item-order-4/#post-364713.
Best regards,
ElliottHi!
I’m sorry but I’m not sure I understand. Go ahead and send us a link to the exact page and take a screenshot highlighting what your trying to do so we can get a better idea.
As for the category in the breadcrumbs make sure that you setup your blog page in Dashboard > Enfold > Theme Options.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey!
I cannot see the widget then if it keeps redirecting me. Try deleting your .htaccess file and then refresh your permalinks in Dashboard > Settings > Permalinks. Also be sure to deactivate all plugins while testing.
I also tried logging in but it doesn’t seem to be working.
Cheers!
ElliottHi!
When I try to login now WordPress gives me a message saying my browser does not accept cookies (which is not correct) so I’m not sure what’s going on there. Try deactivating all of your plugins and let us know when your done.
Cheers!
ElliottHi stevewturnbull!
I checked your site but you have the logo set to the left and the menu to the right so I’m not sure what your trying to do from your description. Go ahead and add it back to centered and take a screenshot highlighting what your trying to do so we can get a better idea.
1. + 2. Add this to your custom CSS.
.avia-menu-fx { bottom: 20px !important; } #menu-item-search > a { font-size: 20px !important; }Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi Munford!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete the theme before downloading + uploading a fresh copy.
Cheers!
ElliottHi ex0rcist88!
When you add the google maps element to your page there is an option for setting the default zoom level and also an option for disabling the zoom controls.
Cheers!
ElliottHi Effektid!
Your site is under a coming soon plugin it looks like so I could not view your links. Are you using this layout? http://kriesi.at/themes/enfold/blog/blog-single-small/
If so then you can change the size for that on line 100 in the functions.php file.
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogsAs for lightbox try opening up /enfold/includes/loop-index.php and change line 121 from this.
$blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";To this.
$blog_meta_output = "<a href='".avia_image_by_id(get_post_thumbnail_id(), 'large', 'url')."' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";Best regards,
ElliottHey arconics!
Navigate to Dashboard > Enfold > Blog Layout and select the “Single Author big preview Pic” style. You can set the sidebar layout in Dashboard > Enfold > Sidebar Settings.
I tried viewing your links but they give me a 404.
Best regards,
ElliottHey Carolina!
Please try this out, https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/.
Regards,
ElliottHi Kris1711!
Is this only happening in Enfold? What happens in the default theme?
I would try deactivating all plugins and upload a fresh copy of the theme. If that does not help then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi CharlottevanHauen!
Try adding this to your custom CSS.
.avia-caption-title { background: none repeat scroll 0 0 red !important; color: white !important; }Best regards,
ElliottHey petcar!
If you need to set the width for a column then add a codeblock element to your page and add this inside.
<style type = "text/css"> tr > th:nth-child(1) { width: 100px !important; } tr > th:nth-child(2) { width: 30px !important; } tr > th:nth-child(3) { width: 150px !important; } </style>You can set the widths for each column that way.
Best regards,
ElliottHi nigellim68!
1. Try adding this to your custom CSS.
#socket .social_bookmarks li { width: auto !important; overflow: visible !important; } #socket .social_bookmarks > .social_bookmarks_twitter:after { content: "Here is twitter"; } #socket .social_bookmarks > .social_bookmarks_dribbble:after { content: "Here is dribbble"; }2. Please see here, https://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/. There are a few examples in the middle of the topic on how to add your own.
Cheers!
ElliottHi bogosavljev!
Can you send us a link so we can take a look? It’s hard to tell what is needed until we see the exact elements your using. You can set your reply as private if you wish.
Cheers!
ElliottHi Willem!
It looks like your using Enfold 3.0.2. Go ahead and update to the latest version, 3.0.4, and let us know when your done and we’ll take a closer look.
Also be sure to deactivate all plugins while testing.
Regards,
ElliottHi insurefirst!
Try adding this to your custom CSS.
.html_header_top.html_bottom_nav_header .main_menu > div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { float: right !important; width: auto !important; }Regards,
ElliottHey pixallus!
Try adding a codeblock element right before the slider and add this inside.
<span id = "link_to_me" style = "display: none;"></span>Cheers!
ElliottHey Kayzel!
Your talking about this part correct?
<meta itemprop="name" content="asdf"> <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <meta itemprop="streetAddress" content="asdf"> <meta itemprop="addressLocality" content="asdf"> <meta itemprop="addressRegion" content="asdf"> <meta itemprop="addressCountry" content="asdf"> <meta itemprop="postalCode" content="asdf"></span> <meta itemprop="telephone" content="asdf"> <span itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification"> <span itemprop="dayOfWeek" itemscope itemtype="http://schema.org/DayOfWeek"> <meta itemprop="name" content="asdf"></span></span> <meta itemprop="url" content=""> <meta itemprop="email" content="asdf"></div>You can drag a codeblock element over to your page and add that inside it. Or if it’s a post then just switch to the HTML editor instead of the Visual editor and paste it inside.
I would also consider checking out this plugin, https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/. It might be easier to setup the rich snippets that way.
Cheers!
ElliottHey Flikk!
It looks like it’s a CSS bug when using the menu in that position and disabling the search icon. The only way to fix it would be with CSS.
.html_header_searchicon_disabled #top .main_menu .menu > li:last-child > a .avia-menu-fx { left: 0px !important; }Best regards,
ElliottHi aribann!
Try adding this to the bottom of your functions.php file.
add_filter( 'avf_parallax_speed', 'enfold_customization_change_speed' ); function enfold_customization_change_speed( $speed ) { return 0.5; }Regards,
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
