Forum Replies Created
-
AuthorPosts
-
Hi Angie!
It’s this code in Quick CSS:
#top.page-id-10 #av_section_1 .av_one_fourth { background-color: #4b5059; padding-bottom: 40px; padding-left: 10px; }Regards,
JosueSeptember 12, 2014 at 2:06 am in reply to: How to display a full website in an iframe without scroll bars #317713Hi!
I don’t think you will find something like that here because it is not directly related to the theme. Nevertheless, i made a Page template you can use:
https://gist.github.com/josueochoa/5c17b3d66eca6b746c7dRegards,
JosueYour help is appreciated @ChunkStudio.
Cheers,
JosueHi!
Try using this plugin:
https://wordpress.org/plugins/autoset-featured-image/Best regards,
JosueSeptember 11, 2014 at 10:04 pm in reply to: Page display perfect in Firefox, problematic in Safari #317657Hey Jonathan!
Sure:
http://kriesi.at/documentation/enfold/updating-your-theme-filesBest regards,
JosueHi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try using this setting for the Masonry Gallery:
http://screencast.com/t/MZtMOYIXOBest regards,
JosueHey!
I’m still not seeing the font-face reference in the source of the menu-reference.php page. You need to wrap that in a style element inside the head tag:
<style> @font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal; src: url('http://www.wingwire.com/blog/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3'); src: url('http://www.wingwire.com/blog/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix') format('embedded-opentype'), url('http://www.wingwire.com/blog/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3') format('woff'), url('http://www.wingwire.com/blog/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3') format('truetype'), url('http://www.wingwire.com/blog/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello') format('svg'); } #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; } </style>Please note that this is not how Enfold is meant to be used (WP installation), therefore support for this case is very limited.
Best regards,
JosueSeptember 11, 2014 at 9:28 pm in reply to: How to modify the position for advanced_menu_toggle in Enfold theme #317641No creo que salga un nuevo tema en el futuro cercano, sin embargo la version 3.0 de Enfold ya esta pronta :)
Hey!
The login you posted doesn’t work, please re-check.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueSeptember 11, 2014 at 8:01 pm in reply to: IE8 problems, possible because of custom css not loading #317618Hi Jeen!
Yeah but mobiles do support media queries, i suggest something like:
#layer_slider_2{ display:none!important; } @media only screen and (max-width: 767px) { #layer_slider_2{ display:block!important; } #layer_slider_1{ display:none!important; } }Cheers!
JosueHi!
It seems to be a problem with your .htaccess file, make sure it exists and it is writable (777 permissions).
Regards,
JosueHi Peter,
We’d need a link to the actual portfolio page.
Cheers!
JosueHi!
I think i made a typo in first reply, try with this code instead:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Cheers!
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
JosueHey!
That could work.
If you are using the “Appearance > Themes > Add new” method you’d need to delete the old theme first.
Best regards,
JosueHey Justin!
I’d suggest including these in the actual menu and setting them a class of “noDesktop”, then with CSS:
.noDesktop { display: none; }Cheers!
JosueSeptember 11, 2014 at 7:27 pm in reply to: Icon box icons not displaying in several browser instances #317599Hey!
Try with the following:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch> # BEGIN WPCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L] </IfModule> # END WPCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressBest regards,
JosueHey!
Try adding this code to the Quick CSS:
.av_secondary_right .sub_menu { top: 0px; }Cheers!
JosueSeptember 11, 2014 at 7:07 pm in reply to: How to modify the position for advanced_menu_toggle in Enfold theme #317582Añade esto:
@media only screen and (max-width: 767px) { .responsive .logo img { height: auto !important; top: 30px; } }Hi!
Try installing this plugin to force WP pass mail sendings via SMTP, you’d need to configure it:
http://wordpress.org/plugins/wp-smtp/Cheers!
JosueHi!
Try putting it at the beginning.
Regards,
JosueSeptember 11, 2014 at 8:27 am in reply to: How to modify the position for advanced_menu_toggle in Enfold theme #317194Prueba este codigo en Quick CSS:
#advanced_menu_toggle{ display: none !important; }September 11, 2014 at 8:13 am in reply to: Social Icons and Arrows disappeared after Update to WordPress 4.0 #317191You are welcome, it was a Cross Origin Resource Sharing problem:
http://davidwalsh.name/cdn-fontsRegards,
JosueSeptember 11, 2014 at 5:50 am in reply to: Invisible padding in header when using scroll function on start-page #317183Hey Elise!
Try adding this code to the Quick CSS:
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main { padding-top: 120px; }Cheers!
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
JosueHey!
I think the best solution would be to enable ALB on that “customer area” so you can add a Comments element there, is that section a custom post type or something like that?
Best regards,
Josue -
AuthorPosts
