Forum Replies Created
-
AuthorPosts
-
February 17, 2015 at 8:58 am in reply to: Background Images (Parallax and Fixed) Not Showing Properly #397288February 17, 2015 at 8:58 am in reply to: How to disable "Demo Import Data" option tab on theme options #397287
Hey Jason!
Refer to:
http://kriesi.at/documentation/enfold/remove-the-import-dummy-data-button/Best regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueFebruary 17, 2015 at 8:57 am in reply to: Insert/Edit Link button not Working after Updating… #397285Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Please set-up a test form with this plugin to discard if the issue is coming from the theme.
Regards,
JosueHi David!
Add this:
.avia-builder-widget-area .image-overlay { display: none !important; }Regards,
JosueHey!
That text is already bold, use this code in Quick CSS to increase its size:
.phone-info span { font-size: 14px; }Regards,
JosueFebruary 17, 2015 at 8:51 am in reply to: how can I put custom background onto alternate background in main content area #397280Hey!
Not possible right now, the custom background image will affect both ‘main’ and ‘alternate’ in each color scheme. But i think we can workaround it with some CSS, can you post a screenshot/mockup of what would you want to achieve (+ a link to your site)?
Cheers!
JosueHi!
Can you post a screenshot of your view? it doesn’t look centered on my end – http://screencast.com/t/koQp2xmkrk
Regards,
JosueHey!
I’m not seeing the color section you are referring to, can you post a screenshot pointing the part of the page with the issue?
Cheers!
JosueHi Joshua!
Are you running the latest versions of WordPress (4.1) and Enfold (3.0.8) too?
Cheers!
JosueFebruary 17, 2015 at 8:42 am in reply to: Tabs for each category in masonry style blog element #397274Hi Erich!
Not for the Blog Element, but the Masonry element has that functionality built-in – http://screencast.com/t/ppen5CCfw
Regards,
JosueFebruary 17, 2015 at 8:34 am in reply to: fonts.googleapis.com … Illegal character in query: not a URL code point. #397272Hi,
Try the following, open /enfold/framework/php/class-style-generator.php and look for line:
if(!empty($this->google_fontlist)) $this->google_fontlist .= "|";Replace it by this:
if(!empty($this->google_fontlist)) $this->google_fontlist .= "%7C";Regards,
JosueHey Railay!
It looks like you already managed to do that (http://screencast.com/t/9E0ATDTl0), if you need further help please create a screenshot / mockup of what you want to achieve.
Regards,
JosueFebruary 17, 2015 at 8:15 am in reply to: Fullscreen Slider video first image not showing in IE #397265Hi Oscar,
Yes, i’ve tested it on Windows 7 / IE11 and it plays fine. Can you check if this videos play on your end:
http://www.quirksmode.org/html5/tests/video.htmlRegards,
JosueFebruary 17, 2015 at 6:16 am in reply to: Fullscreen Slider video first image not showing in IE #397249Hey Oscar!
On which version of IE are you seeing this issue?
Best regards,
JosueGreat, if you still need assistance please post a link to the Page where you are trying this, a temporary WP account may be needed too (you can post it here as a private reply).
Regards,
JosueFebruary 17, 2015 at 4:04 am in reply to: Photography template sidebar submenu align to sidebar vertical line #397217Hi,
Can you post the link to your website please?
Regards,
JosueFebruary 17, 2015 at 3:42 am in reply to: Fullscreen slider is working backwards on an RTL site #397213Hey!
Try adding this code to the Quick CSS:
.avia-slideshow-controls.avia-slideshow-dots { direction: initial; }Cheers!
JosueHi!
You can use convert he current filter buttons to icons, add this to Quick CSS:
/* Styling */ .inner_sort_button:after{ font-family: 'entypo-fontello'; font-size: 24px } .inner_sort_button span { display: none; } #js_sort_items .text-sep{ display: none !important; } #js_sort_items a{ padding: 0 10px; } /* Icon codes for each icon (note the classes) */ .all_sort_button .inner_sort_button:after{ content: "\e822"; } .branding_sort_button .inner_sort_button:after{ content: "\e824"; } .interactive-design_sort_button .inner_sort_button:after{ content: "\e826"; } .photography_sort_button .inner_sort_button:after{ content: "\e827"; } .print-design_sort_button .inner_sort_button:after{ content: "\e828"; } .web-design_sort_button .inner_sort_button:after{ content: "\e839"; }P.S.
To find out the codes for each Icon: create a Page and add any icon-based element, when you’re about to select the icon to use, place the mouse over for some seconds, a tooltip with the icon code will show.Regards,
JosueHi Tjaard!
The header doesn’t look transparent because there is a white separator behind of it. Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHi!
Check it now, you can now select Roboto on both dropdowns (it is named Roboto Now but it’s the same).
Best regards,
JosueHi!
Yes, use this CSS:
#top .wpsc_buy_button { border-radius: 12px; }Best regards,
JosueHey Orhan!
You can have the modified loop-index.php to your child theme, the files needed to be copied would be:
- archive.php
- includes/loop-index.php
Regards,
JosueYeah, i’d also suggest making a backup of the install in case something goes wrong.
Regards,
JosueHi David!
I understand your frustration, i’ll try to cut it into pieces for better understanding.
Parallax is a very ambiguous word that represents a bunch of different methods and effects, essentially it’s about creating a subtle reaction to an user action (scroll, mousemove, etc), the thing is that there is no standard for it so if you google it you’ll find new and different “parallax” effects every day.
Now when it comes to Enfold, there are 2 parallax ‘features’ available:
1. Parallax Backgrounds:
This is a feature available for image and video backgrounds in the Color Section element of the Advanced Layout Builder, it will create a nice little effect when the user scrolls throughout the page.You can find a demonstration of it here, note how the backgrounds will not scroll at the same pace of the user scroll.
2. LayerSlider Parallax layers:
LayerSlider, a third-party plugin bundled with Enfold, includes a Parallax feature that allows you can assign a Parallax “value” to a layer so it will react when the user moves the cursor over it, there isn’t an Enfold demo page of it but i managed to create something demonstrative on my sandbox install:
http://bit.ly/1EiDtB3That’s just a background with two transparent-PNG image layers with Parallax values of 2 (grass) and 6 (plane).
Best regards,
JosueDo you have FTP access? check if there is a .htaccess file at the root of your installation.
Best regards,
JosueYou can use the Separator / Whitespace element.
Best regards,
JosueGreat, can we mark this as resolved?
Best regards,
Josue -
AuthorPosts
