Forum Replies Created
-
AuthorPosts
-
Hi Luxususer!
If your trying to get a button to go back in your browser history with javascript then that may be possible, http://www.w3schools.com/jsref/met_his_back.asp. You can see where the breadcrumbs get added to that area around line 368 in the /enfold/functions-enfold.php file.
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));But if your trying to get a button to travel up the breadcrumbs queue then that is kind of bordering on custom work and it would be best to hire a freelancer to help you out with that customization.
Cheers!
ElliottHi jesperbruun!
When I viewed your link the first slider image did not load for me and when I tried to view it separately in the browser only a portion of it loaded for some reason. When I refreshed the page it loaded fine. Not sure what could be going on there.
Try deactivating all of your plugins and clear your cache. If it’s still happening then try contacting your hosting provider to see if they have any idea on what it could be.
Cheers!
ElliottHi bodiam!
When you edit the shortcode there should be a “Post number” option. Set that to “All” or a very high number to display more sort options.
The Masonry cannot sort between stuff that does not exist in the current set so you need at least one post displayed and assigned to the category for the sort option to appear.
Best regards,
ElliottHi linktotheme!
You have the caption set to center but your wanting it to display closer to the top? Try adding this to a codeblock element in the page.
<style type = "text/css"> .slideshow_align_caption { display: block !important; } </style>If that does not help then send us a link to the page and we’ll take a closer look.
Cheers!
ElliottJune 10, 2015 at 5:00 pm in reply to: Small formatting problem with gravity forms date picker #457368Hi nunop!
I checked your link but instead of a datepicker I see some select elements where you can select the month, day, and year. Did you remove the datepicker?
Add it back in so we can take a look. Also be sure to deactivate all plugins while testing.
Best regards,
ElliottHey!
Give the color section a custom ID to use (when editing the section) and then add this to your custom CSS.
#yourID .flex_column:hover { background: red !important; border-color: red !important; }Cheers!
ElliottHi dwebprojects!
There is two snippets of code that it gives you. Are you sure your adding both to the codeblock element?
The first snippet it gives you may need to be added to the end of the page but I do not think it matters. You could add this to your child theme functions.php file to add it near the bottom of the page.
add_action( 'wp_footer', 'enfold_customization_footer_scripts' ); function enfold_customization_footer_scripts(){ ?> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <?php }Best regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi DHsolutions!
Navigate to Dashboard > Appearance > Menus and click on the dropdown for each menu item. There will be an option called “Description” which you can use to fill that out.
If you do not see the description option then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Regards,
ElliottHey!
Alrighty, let us know what they say.
Best regards,
ElliottJune 10, 2015 at 4:45 pm in reply to: Warning: mysqli_real_escape_string() expects parameter 2 to be string … #457347Hi!
I’m sorry but I don’t understand. Is that code you are adding to the child theme? What are you trying to do?
That is probably where the error is coming from so try deleting it.
Regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi!
It seems to be working fine on my end. The code will hide the default menu so it does not overlap with your logo and then display the responsive menu instead. Or if your talking about something else then take a screenshot and highlight what your trying to do so we can get a better idea.
As for the slider images to make them responsive they will always use 100% of the screen. How are you trying to make them display?
Regards,
ElliottHey tendersqatar!
You can do this in Dashboard > Enfold > Advanced Styling. Create a new rule for the main menu links and make sure to check the “Apply only to mouse hover state” checkbox.
Regards,
ElliottHi!
Yes, that is the default behaviour for excerpts. If you want to display shortcodes or HTML then you need to create a custom excerpt by filling out the excerpt field when editing your post, like I said before.
Here is an image explaining how it’s done, http://www.mhthemes.com/support/files/2014/07/Custom_Excerpts.png.
Cheers!
ElliottHi!
If you want the image to be stuffed into the container then you can use the second CSS I posted.
.avia-section { background-size: 100% 100% !important; }Regards,
ElliottHi!
Your talking about the button in the “We bring your vision to life” section correct? Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey!
To move the Woocommerce cart to the top right of your page then try this out.
@media screen and (max-width:767px) { .responsive #top .cart_dropdown { right: -34px !important; top: -55px !important; } }If that’s not what your wanting to do either then take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Cheers!
ElliottHi!
It looks like you turned the AJAX feature off. Turn it back on and add the CSS code to the top of the Dashboard > Enfold > General Styling > Quick CSS field.
Regards,
ElliottJune 9, 2015 at 7:07 pm in reply to: Contact form element not working- emails not being delivered #456882Hey pachanights!
First off read and do each of these steps, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi daverogers!
You have that specific section set to the alternate_color style when all of the others are using the main_color style. Switch it back to the main_color to get it to display as white. Or edit the special heading element and set the color manually.
Regards,
ElliottHey robcao12345!
I tried viewing your site but all I get is this, “CGI-limits reached, please try again later!”. Try contacting your hosting provider and let them know about this.
You could try creating a copy of your theme settings in Dashboard > Enfold > Import/Export and then hitting the “Reset All Options” button to see if it’s a problem in your settings.
Cheers!
ElliottHi Susanne!
Your site is not displaying responsively for me. Did you disable the responsive settings in Dashboard > Enfold > General Layout > Dimensions? If so then turn that back on.
If that does not help then deactivate all plugins, update Enfold to 3.2, and send us a WordPress login so we can take a closer look.
Best regards,
ElliottJune 9, 2015 at 6:52 pm in reply to: Publishing date in portfolio title in Google search results #456867Hi t3lgroup!
I didn’t see the date in the SERPS. The only numerals I saw were, “96 66 69 99”, which I’m guessing has to do with the phone number on the page.
The SERPS title and description match what I see in your sites source code so I assume you got it fixed or google just did not update the listing when you checked it.
If I am misunderstanding then take a screenshot of what your seeing so we can get a better idea.
Regards,
ElliottHey Jürgen!
If you want it on the right hand side then remove this part.
transform: translate(-50%);Cheers!
ElliottHi Lester!
Try copying lines 409 – 666 from that file and paste it into your child theme functions.php file.
Best regards,
ElliottHi!
Well that’s not a blog listing. I checked the page in your admin and your creating that content manually using the column and textblock elements. So if you want a button with the mandarin oriental section then just copy the “zum hotel” button in the section beneath it and drag it up.
I went ahead and did it for you and it’s displaying fine on the frontend so I’m not sure I understand what the problem is.
Best regards,
ElliottHi stroudas!
Install this plugin, https://wordpress.org/plugins/wordpress-seo/, and it should pick up the featured image automatically. If it does not then edit your post and in the SEO section switch to the Social tab and set the image manually.
Cheers!
ElliottHi USERNAME2015!
Add this to your custom CSS.
#header_meta { background: transparent !important; } #header_main_alternate > .container > .widget { position: absolute; top: -170px; }Cheers!
ElliottHi Simon!
Your using 25ms for the slide transition. In the LayerSlider tooltips it says do not use very small values. I would try contacting the LayerSlider authors about this.
Or you could try just using one slide and add multiple layers to the slide and set the transitions on those instead of just using a bunch of slides with one image each.
Best regards,
ElliottHi cthai!
Send us a link to your page and we’ll take a look.
Be sure your using the latest version of Enfold, 3.2, and that all plugins are deactivated while testing.
Cheers!
ElliottJune 9, 2015 at 6:21 pm in reply to: Portfolio pages have footer inside portfolio div on new install #456844Hey!
Make sure the theme is updated and then do a WP Reset, https://wordpress.org/plugins/wordpress-reset/, and import the demo again. If you still see the problem on the portfolio posts then try updating them.
Regards,
Elliott -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
