Forum Replies Created
-
AuthorPosts
-
July 23, 2014 at 10:49 pm in reply to: combine portfolio 'always display title' & an expanded 'transparency on hover'? #295172
Hi junebug0283!
While possible its a customization beyond what we can assist with through support. A freelance developer from somewhere like Envato Studio or Codeable would be able to create the changes for you.
Best regards,
DevinJuly 23, 2014 at 10:47 pm in reply to: LayerSlider slide transitions not working after Enfold update #295169Hey!
On slide 3 the br tags are breaking up the lines from what I can see. If I delete them within the code it causes the line to turn back into a single line as well.
Best regards,
DevinJuly 23, 2014 at 10:43 pm in reply to: Use domain-relative src for Vimeo Player in Avia Slideshow #295165Hey Jonathan!
I’ll tag the topic for Kriesi to take a look at. I’m a bit on the fence as it *should* work but we’ve had a ridiculous amount of issues with youtube and Vimeo video support when the general batch of users start playing with things. It makes me a bit nervous to roll out changes these days since we’ve finally got the video stuff stable :)
Thank you!
Regards,
DevinHi!
Not in an easy way I can think of no. Your best route would be to ask on somewhere like stack overflow or if you want a quick and custom solution looking into a freelance developer to write a custom script for you.
Regards,
DevinJuly 23, 2014 at 10:40 pm in reply to: Blog Posts with Grid Layout odd columns doesn't display correctly #295163Hi!
What change would you like to happen? The default layout is the make the first one in the series bigger on mobile devices so its just a matter of changing it how you want.
Cheers!
DevinHey edenclark!
See if this helps: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/
Make sure that in your WordPress Settings>Reading you also have it set to “Front page displays: Your Latest posts”.
Cheers!
DevinJuly 21, 2014 at 10:20 pm in reply to: Child functions.php Not Overriding Parent functions.php #294056Hey!
Using this plugin is the best option in this case: http://wordpress.org/plugins/simple-image-sizes/
It will allow you to modify the sizes and regenerate from within the WordPress admin.
Regards,
DevinHi EtOgloff!
You’ll need to contact your hosting provider and ask what if you are able to edit the php.ini file for your hosting package to increase the max filesize.
Its different for everyone so we don’t have any directions or how-tos that would be applicable.
Regards,
DevinHi DynamikFabrikken!
Unfortunately we don’t have anything like that available. The theme is only setup as WordPress theme and there is no plain html template.
Best regards,
DevinI would suggest setting up a local or private git repo and then you can do your own patches to see where every single change has been made.
You can do an online one for free with https://bitbucket.org/ which will be private as well.
Hi!
Try linking whomever is having an issue viewing the video directly to the video on Youtube. The only other thing I can think of is that whomever is having issues may not be able to view the video as rendered from the source. If its region locked, mobile locked etc.
Regards,
DevinHey!
You just need to adjust the css a bit as the structure of the html has changed. Where before the class was on the a.avia_image element now the asseen1 is on the avia-image-container.
Personally, I would put those three images in a text block or code block and forgo the hack but if you want to keep it the same the class or css needs to be adjusted. Eg, something like:
.asseen1 { top: -8px; right: -160px; } .asseen2 { top: -38px; } .asseen3 { top: -21px; left: -160px; }
and then add space above them with a margin or whitespace shortcode element.
Regards,
DevinGlad we could help. Let us know if you have any other questions or issues.
July 19, 2014 at 11:59 pm in reply to: header is transparent even when set to no transparency #293488Glad we could help. Let us know if you have any other questions or issues.
Hi felipemillan!
Unfortunately the customization Kriesi made to his site aren’t available for us to give out or walk you through. If its a must-have feature it can be customized in a child theme just like Kriesi did here.
Cheers!
DevinYou don’t have the css inside of a media query so it is effecting all screen sizes. That block of css needs to be inside of the media query right above it where it says ” /* Add your Desktop Styles here */”.
July 19, 2014 at 9:55 pm in reply to: Strange parallax height issue on page scroll (possibly a bug) #293464Hey Ralph12!
What section is the error supposed to be happening in? Is this only in Firefox and if so what version and on what OS is it?
I’m not getting any issue on the page linked in the private data on my end.
Cheers!
DevinJuly 19, 2014 at 9:49 pm in reply to: Is there a way to override header colors to customise the extra content bar only #293462It would just be
color: #fff;
orcolor: #fff !important;
. The !important inside of the value forces the priority to be higher.If that doesn’t work we can take a look at your site live and see if there is another more specific color setting taking priority.
July 19, 2014 at 7:45 pm in reply to: Making header/menu area transparent so that slider shows through #293445Hey geejmauriva!
On your home page when editing the page look at the right hand side of the editing screen for the Layout meta box. There is an option for header transparency and using the dropdown you can choose the transparent header option.
Additionally in the Theme Options you can go to the Header Layout section and then the Transparency Options tab to set a specific logo and menu color for those pages you select the transparent header option.
Best regards,
DevinHey felipemillan!
This thread has a good solution you can use: https://kriesi.at/support/topic/enfold-buttons-next-to-each-other-within-same-columns/
Best regards,
DevinJuly 19, 2014 at 7:26 pm in reply to: header is transparent even when set to no transparency #293438Hi Joe!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.header_bg { opacity: 1; }
The background image is set to parallax which needs to have the image slightly under the content to work correctly. If you don’t want that to happen you can change how the background is set for that element.
Cheers!
DevinHey RisingStar!
It looks like your minification settings have broken the default output of the theme output and its css.
Regards,
DevinJuly 19, 2014 at 7:19 pm in reply to: Is there a way to override header colors to customise the extra content bar only #293433Hi kgfx!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#header_meta { background: #C00; }
Modify the color code as needed.
Best regards,
DevinJuly 19, 2014 at 7:13 pm in reply to: How to update the theme, i am not receiving update notifications #293432Hi!
If you try and update automatically with the theme named changed it will either not work or it will install/write over the current theme name and change it.
In your case, you should only ever update manually over FTP.
Regards,
DevinThe theme doesn’t do anything to modify either of those elements so I’m not sure what we could do from our end. On all of my live sites using Enfold the issue isn’t happening and this is the first report of something like this I’ve seen on the forums so I would assume that its a install specific issue.
You can try doing a WordPress update from the WordPress admin to re-install the most recent version of WordPress again in case there was or is an issue there.
Outside of that, if you have made any customization to the theme through a child theme or with modifying the theme files try removing/reverting them temporarily.
July 19, 2014 at 5:30 pm in reply to: line styling problems with Eventcalender Pro / Wootickes (from Modern Tribe) #293401Hey aovivo!
There doesn’t seem to be any conflict with any theme or WooCommerce css but this will add width to the first line:
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt { width: 100%; }
Best regards,
DevinJuly 19, 2014 at 5:08 pm in reply to: Moving Smart Scroll Anchor Link on Full Screen Slider OR Reducing Slider Height #293396Hi 24hourtrading!
The page seems to be behind a coming soon plugin so I’m not able to see the example.
The most straightforward solution would be to decrease the size a bit but we can take a look at both options once we can see exactly what setup you have to reproduce it and inspect the live code.
Regards,
DevinHi zoharavgar!
Within the actual footer content area you would need to customize the footer.php file to remove the container there and then add in the widget to a 1 column footer layout.
On a page where you are not showing the footer you could add the full width google maps element to the page using the layout builder and not show the regular footer area from the Layout meta box options.
Regards,
DevinJuly 19, 2014 at 5:05 pm in reply to: Hide Featured image on Pages – none of the CSS I found in the forum works #293388This reply has been marked as private.Hi tonyiatridis!
Did you change the theme name or not use a child theme when moving? Did you do a database migration, export/import of data or something else?
The only issue I see on the crystal goddes site is you don’t have a menu set for the main menu so WordPress is displaying all pages.
Best regards,
Devin -
AuthorPosts