-
AuthorSearch Results
-
April 9, 2014 at 1:49 pm #249238
In reply to: Modify Read More Text
Hey controlC!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.more-link { background: red; color: white!important; padding: 10px; }Cheers!
YigitApril 9, 2014 at 1:37 pm #249232In reply to: How to make this section of your demo theme.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.av-main-nav > li > a { padding: 0 20px; }Cheers!
YigitApril 9, 2014 at 1:31 pm #249228In reply to: entry with sidebar
Hi Dude
Thanks for your help on this. Could I ask you to double check that please as it doesn’t seem to have made a difference?I’m still getting the entry_without_sidebar class on that page.
I can see that I was close before with my own solution but that didn’t work either.
My solution was a bit more heavy handed but similar:My solution was to change the line below from:
$current_post[‘slider’] = get_the_post_thumbnail($current_post[‘the_id’], $size);
to$current_post[‘slider’] = get_the_post_thumbnail($current_post[‘the_id’], ‘entry_with_sidebar’);
this did work however it meant that the entry_with_sidebar image was being shown everywhere even in places where that wasn’t what was required such as where I was choosing to show blog posts with full size images within other pages.
I tried applying your solution both to my child theme and the core enfold theme and it didn’t seem to work – could you look again please?
Thanks
Joel
April 9, 2014 at 1:15 pm #249219In reply to: Top Bar/Socket menu padding not correct
Hey lewisedavis!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding: 0 10px; }Regards,
YigitApril 9, 2014 at 1:04 pm #249214In reply to: Background Colours
Hi kathrynmichaud!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#header_meta { background: red; } #header_main_alternate { background: orange; } #header_main { background: blue; }Regards,
YigitApril 9, 2014 at 12:29 pm #249208In reply to: Unable to install enfold in wordpress
Hi Devin,
Thank you. This is the same as the theme on the server domain. I sent the screenshot to the provider too.
By now I solved the issue by reinstalling the theme (with the support of the provider!) as new and copying step by step the content, database and all the necessary. Now it works but I’m still worried for the next upgrade. It should be a different solution to avoid this mismatch and it can’t depend on which operating system the theme has been created… it should be tested on WIN and MAC as a rule before the release, don’t you agree ? I do not know if the next time the provider will be still available to collaborate and I do not feel like being ‘prisoner’ of the provider …
By now that’s all. Have a great day, NonaApril 9, 2014 at 12:20 pm #249206In reply to: Enfold Showcase
Thanks!
I had it to start with but with the height and width of the image and the responsive layout it was hard to get a photo with a human in it to look good because of the cropping.
Any ideas on this?
April 9, 2014 at 12:16 pm #249205Topic: issue with header
in forum Enfoldwessafi
ParticipantI recently installed Enfold. I was able to install the dummy data but can’t modify the header. It’s not giving me the option. The “Header” button in the Enfold Theme Options page is not working. Thx for the help.
April 9, 2014 at 11:01 am #249192Topic: Enfold's Portfolio
in forum FAQ & Video Tutorialsathanatos
ParticipantHi there, I love your theme but I need some help please!
Is it possible to make the portfolios to open the full page of the project-portfolio post as a pop up like lightbox or something and giving us the url of the portfolio-post on the top?
Thanks
April 9, 2014 at 10:54 am #249188Topic: Youtube related videos
in forum Enfoldcreativeyes
ParticipantWhen all the videos I’ve embedded end they show a selection of related videos which I don’t want appearing http://www.test.theimplantcentre.com/wp-content/uploads/2014/04/Screen-Shot-2014-04-09-at-09.49.29.png
I’ve been onto Youtube and to prevent them from showing you have to ensure the iframe embedding code has rel=0 in it but with enfold you don’t use the iframe code you just use the url. Any ideas what I need to do to prevent them from coming up? I just want the video to go back to the beginning.
Many thanks
RupertApril 9, 2014 at 10:38 am #249183In reply to: Urgent please : Portfolio confusion and problems
Hey!
The size of the thumbnails is set from the size of the thumbnails you set in Settings>Media>thumbnail size in WordPress as far as I know. You then control the size of the displayed thumb by how many columns you choose on that portfolio items ajax data.
I changed the column count to a higher number just now for that single item which shrunk the thumbnail and made it appear not blurry since its container is smaller.
If you change the thumb size that is generated by WordPress you will need to regenerate your thumbnails with this plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
If you want to make any feature requests for the theme you can do so here: https://kriesi.at/support/enfold-feature-requests/
Cheers!
DevinApril 9, 2014 at 10:23 am #249177I don’t have any experience with XAMPP so your best route would be to check their support/faqs and to try and duplicate your online server specs exactly in the local server settings.
April 9, 2014 at 9:59 am #249171In reply to: Issue with WPML
This reply has been marked as private.April 9, 2014 at 9:06 am #249166In reply to: Enfold Showcase
I would prefer a more friendly picture on the start page!
Mostly fitness companies uses happy people practacing sports ;)
April 9, 2014 at 8:31 am #249152In reply to: Issue with WPML
Hi IsaJourdain!
Thank you for using the support forum!
What do you mean by the “English page comes into French”? Do you mind posting screenshot of the issue or list the steps that you did on translating the page. Note that you need to set the theme options for both language when using the WPML for Enfold.
Regards,
IsmaelApril 9, 2014 at 8:10 am #249142In reply to: entry with sidebar
Hey!
Open up wp-content/themes/enfold/includes/loop-index.php and replace:
$size = strpos($blog_style, 'big') ? strpos(avia_layout_class( 'main' , false), 'sidebar') ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';with
$size = strpos($blog_style, 'big') ? strpos(avia_layout_class( 'main' , false), 'sidebar') ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square'; if(is_single() && strpos(avia_layout_class( 'main' , false), 'sidebar')) $size = 'entry_with_sidebar';This modification should make sure that the “entry_with_sidebar” thumbnail size is used on the single post page.
Best regards,
PeterApril 9, 2014 at 8:07 am #249140In reply to: Menu problem iPad landscape
Hey!
Thank you for using the theme!
Please go to Enfold > Header > Mobile Menu > Header Mobile Menu activation. Select the Activate for Smartphones and Tablets (browser width bellow 990px) option. This will force the mobile menu to show on iPad landscape mode.
If you added a css code that looks like this on custom.css or Quick CSS, please remove it:
@media only screen and (max-width: 990px) { .responsive #header .main_menu ul { display: none; } } @media only screen and (max-width: 990px) { .mobile_active #advanced_menu_toggle { display: block; } }Best regards,
IsmaelApril 9, 2014 at 7:28 am #249127In reply to: Slider Display Issues
Hi!
Please go to Enfold > Theme Options and click the “Save” button. This will force Enfold to regenerate the dynamic stylesheet (wp-content/uploads/avia_dynamic/enfold.css) and then the issue should be fixed.
Regards,
PeterApril 9, 2014 at 7:12 am #249125In reply to: Some questions about Enfold
Hey!
No, you don’t need to change the code in header.php. Just place this code:
add_action('wp_head', 'add_google_rel_author'); function add_google_rel_author() { echo '<link rel="author" href="https://plus.google.com/profilecode/posts" />'; }into the functions.php file and wp will add the line
<link rel="author" href="https://plus.google.com/profilecode/posts" />to the “head” section when the page/html code is generated.
Cheers!
PeterApril 9, 2014 at 6:46 am #249113In reply to: Still having vertical alignment issues
Hi!
You can use the custom css class feature (see: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) to apply a special styling to certain color sections. I.e. use the class “small_color_section” and then use:
#top #wrap_all .small_color_section { height: 60px !important; min-height: 60px!important; }to apply the 60px height attribute to all elements/color sections with the class “small_color_section “.
Cheers!
PeterApril 9, 2014 at 6:15 am #249099In reply to: Accordion bugs
Hi,
Yep, latest version of Enfold and its happened on ALL versions to date (think I started using enfold in version 1.something).
Have you tried the steps I listed – does it go weird for you?
April 9, 2014 at 6:13 am #249096In reply to: Masonry grid Hides Sidebar
Hey johnwasneverhere!
I’m sorry but you’re not using an Enfold theme. Are you sure that this is the correct link? :)
Cheers!
IsmaelApril 9, 2014 at 6:10 am #249094In reply to: HELP ! BLANK PAGE..after udated Enfold 2.6.1!
Hey!
You had WP 3.7.x, please update your WP to the latest version before updating the theme.
Best regards,
JosueApril 9, 2014 at 6:03 am #249091In reply to: Blog Layout Issues
Hey benjjamieson!
Thank you for using the support forum.
I’m sorry but at this moment, I’m not entirely certain of the issue based on the information you have given in your post. The pages look ok when I visit the link you provided. If you wouldn’t mind providing us with a little more clarification about the issue (a screenshot perhaps), we’ll be happy to provide you with a response once we have a better understanding of the problem.
Note that you can change the single post style on Enfold > Single Post Style. You can also override the settings for title, sidebar, footer and transparency on each posts.
Regards,
IsmaelApril 9, 2014 at 5:39 am #249078In reply to: How to create a Video Wall in Enfold
April 9, 2014 at 5:37 am #249076In reply to: logo issues
Hey Diggetydog!
Thank you for using the support forum!
Please change the option on Enfold > Header > Mobile > Menu > Header Mobile Menu Activation, set it to Activate for Smartphones and Tablets (browser width bellow 990px). If you don’t mind, we would like to ask for a screenshot of what you’re seeing on your end when viewing on mobile device. We will be happy to provide you with a response after.
Regards,
IsmaelApril 9, 2014 at 5:19 am #249067Hey jtree5757!
Thank you for using the support forum!
The video background has been disabled on mobile devices. You should add a fallback image for every video background. You can remove the play button that you added on mobile device with this:
@media only screen and (max-width: 767px) { #av_section_1 > div.container > main > div > div > span.av_font_icon.avia_animate_when_visible.av-icon-style-.avia-icon-pos-center.avia_start_animation.avia_start_delayed_animation { display: none !important; opacity: 0 !important; } }I’m sorry but what you’re asking is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please do visit Werkpress for further customization or vote for the feature on our Feature Requests page.
If you have any further questions about the theme, we are more than happy to help.
Regards,
IsmaelApril 9, 2014 at 5:06 am #249060In reply to: randomise portfolio item grid
Hi!
That should definitely work, is that code put at the very beginning of the file? try putting it at the bottom instead (and without the PHP opener symbol).
Best regards,
JosueApril 9, 2014 at 5:01 am #249058In reply to: Parallax Slider Effect on Homepage
Yeah, but unfortunately that’s not something we can fix or improve at our end. In the meantime, as i said you can always rely on Enfold parallax elements.
April 9, 2014 at 3:24 am #249028In reply to: Centered logo and navigation
-
AuthorSearch Results
-
Search Results
-
Topic: issue with header
I recently installed Enfold. I was able to install the dummy data but can’t modify the header. It’s not giving me the option. The “Header” button in the Enfold Theme Options page is not working. Thx for the help.
Topic: Enfold's Portfolio
Hi there, I love your theme but I need some help please!
Is it possible to make the portfolios to open the full page of the project-portfolio post as a pop up like lightbox or something and giving us the url of the portfolio-post on the top?
Thanks
Topic: Youtube related videos
When all the videos I’ve embedded end they show a selection of related videos which I don’t want appearing http://www.test.theimplantcentre.com/wp-content/uploads/2014/04/Screen-Shot-2014-04-09-at-09.49.29.png
I’ve been onto Youtube and to prevent them from showing you have to ensure the iframe embedding code has rel=0 in it but with enfold you don’t use the iframe code you just use the url. Any ideas what I need to do to prevent them from coming up? I just want the video to go back to the beginning.
Many thanks
Rupert
