Forum Replies Created
-
AuthorPosts
-
November 17, 2014 at 11:57 pm in reply to: Special Heading thin font type changes to "helvetica" when I log out of WP Admin #352759
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.av-share-box { min-height: 150px; }Cheers!
JosueHey!
Afaik Vine icon is not available in Entypo, are you importing a custom font too? if that’s the case you need to change this line accordingly:
$icons['vine'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue800');To:
$icons['vine'] = array( 'font' =>'custom-font-name', 'icon' => 'ue800');Regards,
JosueHi!
Can you paste the code you are using?
Regards,
JosueHey Keith!
No, the problem was that the font couldn’t be served from a different “origin” (your site uses http://www.localcrew… while the font-face inclusion is using http://localcrew…).
That piece of code enables “CORS” (cross-origin resource sharing) here’s more info on that:
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
http://enable-cors.org/I had to lift up the permissions of the .htaccess file to do this change, you can now lock it down again.
Cheers!
JosueYou are welcome Arthur, glad to help :)
Regards,
JosueHey Keith!
I just put this piece of code at the very start of your .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Regards,
JosueNovember 17, 2014 at 8:25 am in reply to: How do we disable the slider image hover file name effect? #352288Hi!
Did you try the solution i posted here?
https://kriesi.at/support/topic/how-do-we-disable-the-slider-image-hover-file-name-effect/#post-347545Regards,
JosueHi!
It’s done, please review your site.
Regards,
JosueHi!
It works but i only see an empty folder.
Regards,
JosueHi!
You can do that while editing the Team Member element – http://i.imgur.com/KMK6sTi.png
Cheers!
JosueHey Arthur!
Quick CSS can be found in Enfold > General Styling > Quick CSS (at the bottom).
Regards,
JosueHi!
You can enable this to see the generated shortcodes below the Advanced Layout Builder:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Best regards,
JosueHello,
That functionality relies on an external API (Themeforest) to work and it may fall sometimes. That’s why i recommended FTP update, which is a more reliable method.
Cheers!
JosueNovember 17, 2014 at 12:53 am in reply to: What CSS targets the font color and border in the tab shortcode? #352228Hey!
Here you go:
.tab_inner_content * { color: white !important; } .tab_content, .tab{ border-color: red !important; }Change as needed.
Cheers!
JosueNovember 17, 2014 at 12:51 am in reply to: How do we disable the slider image hover file name effect? #352227Hey!
You asked on how to implement a child theme, if you no longer want that then you can use the following plugin to store custom functions separated from the theme source:
https://wordpress.org/plugins/functionality/Regards,
JosueHi,
Unfortunately support for third-party plugins is not something we can assist with, you can contact a developer to help you debug the issue.
Regards,
JosueHi Arthur!
Add this to Quick CSS:
.ls-container img.ls-l { width: auto !important; height: auto !important; }Best regards,
JosueNovember 17, 2014 at 12:20 am in reply to: Page with color section breaks codes on search page when click on tag #352217Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueNovember 17, 2014 at 12:04 am in reply to: Page with color section breaks codes on search page when click on tag #352212Hi Arthur,
Can you post the link to your website please?
Regards,
JosueThanks for the heads up, i’ll let Kriesi know.
Best regards,
JosueHi Verity!
Try the following:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsBest regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1200px) { .main_menu, #header_main_alternate{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} #mobile-advanced{display:block;} }Change “1200px” by the window width where you want the mobile menu to be activated.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.page-id-91 #main .container { width: 100%; max-width: none !important; }Cheers!
JosueHey!
Try putting the video URL in the first line of the Post, from the Enfold documentation (included in theme zip):
Using Post Formats
Post Formats is a theme feature introduced with Version 3.1.A Post Format is a piece of meta information that can be used by a theme to customize its presentation of a post. The theme supports 4 different formats. The standard format is for deault blog entries. The link format is for linked entries to external sites. If you select the link format make sure that your post has a title and that the first line in the content textarea is a link.
If you select Quote the post title will be transformed to a bold quote. The gallery post type doesn’t really differ from the standard post type but if you add a gallery anywere to the entry it will be displayed at the top of the entry. If you choose Video and add the video url anywhere to the post it will also be extracted and be displayed at the top of the page.
Regards,
Josue-
This reply was modified 11 years, 4 months ago by
Josue.
Hey!
Try adding this to your .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Cheers!
JosueHey!
Yes, Oswald indeed, and it’s available in the theme options, you don’t need to add anything.
Cheers!
JosueHey!
Try with this code:
body[class*="event"] #content { padding: 40px; }Regards,
Josue -
This reply was modified 11 years, 4 months ago by
-
AuthorPosts
