Forum Replies Created
-
AuthorPosts
-
February 20, 2014 at 6:46 pm in reply to: Text and Icon Left Align Code for Icon Boxes Has Stopped Working #226947
Hi!
Glad you figured it out! Let us know if you have any other questions or issues
Regards,
YigitFebruary 20, 2014 at 6:43 pm in reply to: Text and Icon Left Align Code for Icon Boxes Has Stopped Working #226944Hey!
Do you mind creating a temporary admin login and posting it here privately so i can take a look?
Cheers!
YigitHi indirapril!
Please add following code to Quick CSS in Enfold theme options under Styling tab to display post navigation on mobile
@media only screen and (max-width: 767px) { .responsive #top .avia-post-nav { display: block; }}Edit: Please use this plugin to change "You are here" http://wordpress.org/plugins/codestyling-localization/
Cheers!
Yigit-
This reply was modified 12 years, 2 months ago by
Yigit.
February 20, 2014 at 6:28 pm in reply to: Launch Prettyphoto Inline Popup from Button on Layerslider #226938Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.ls-layer p a { padding: 10px!important; color: white!important; }When you click on links, they go to #inline-1 as they supposed to. I do not think that it could be changed easily
Regards,
YigitFebruary 20, 2014 at 6:22 pm in reply to: Text and Icon Left Align Code for Icon Boxes Has Stopped Working #226933Hey!
Please try deactivating all active plugins and check if that helps. Code is still not being applied.
Best regards,
YigitHi jefflovell!
You are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Best regards,
YigitHi David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-#top .fullsize .template-blog .post .entry-content-wrapper > * { float: left; }2-
#top .fullsize .template-blog .blog-meta { margin: 0; }3- Please go to Settings > Media and increase thumbnail image size and regenerate thumbnails using http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
YigitFebruary 20, 2014 at 5:54 pm in reply to: Text and Icon Left Align Code for Icon Boxes Has Stopped Working #226914Hey Jack!
Code is not being applied, please check Quick CSS and/or Custom.css file inside Enfold/Css folder and make sure that code is still there. If not, please add it once again. If code is there, try adding !important rule as following
.iconbox_top .iconbox_icon { left: 6%!important; font-size: 20px!important; padding: 15px!important; } .iconbox_top .iconbox_content { text-align: left!important; }Cheers!
YigitHi!
First of all, please make sure that you are using the latest version of WordPress ( 3.8.1 ) and Enfold ( 2.5.2. – http://kriesi.at/documentation/enfold/updating-your-theme-files/ ). If both are updated, please try re-installing Enfold. Please also see http://kriesi.at/documentation/enfold/create-new-portfolio-item/ to make sure that you are not missing anything. It is really hard to troubleshoot an issue without seeing it.
Regards,
YigitHey!
Been there, done that :) Glad we could help Pedro! Let us know if you have any other questions or issues
Cheers!
YigitHey Munford!
I saw that you have already started another topic regarding this, so i am closing this one.
Best regards,
YigitHi Munford!
I have tagged Josue to take a look. In the meantime, please check your website on another computer using Safari, if possible.
Best regards,
YigitHi Pedro!
Can you please make sure that you are not adding custom CSS code to “Google Analytics Tracking Code” instead of “Quick CSS”?
Cheers!
YigitHi!
Please remove widgets from Displayed Everywhere widget area and place the widgets you would like to display on category and monthly view there.
Cheers!
YigitHi silluf!
Please make sure you are using the latest version of Enfold as well, which is 2.5.2. Please update the theme and it should solve the issues
http://kriesi.at/documentation/enfold/updating-your-theme-files/Regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_slide_out .logo { float: right; }}Best regards,
YigitHey AdDesign!
I have personally not tried it, but you can try this plugin http://wordpress.org/plugins/myarcadeblog/
Regards,
YigitHey!
Please add following code to Quick CSS and adjust as needed
.header_color .main_menu ul:first-child > li > a { color: red; }I have moved the logo to the right. You can find the custom CSS code in Quick CSS section
Regards,
YigitHey!
Please try the workaround Josue posted here https://kriesi.at/support/topic/stop-resizing-header-but-anchor-not-correct/#post-220223
Cheers!
YigitHi Brian!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.social_header .main_menu ul:first-child > li a { line-height: 166px; }Regards,
YigitHi!
It will be overwritten unless you are using a child theme ( http://kriesi.at/documentation/enfold/using-a-child-theme/ )
Peter’s code does what you would like to do using custom CSS. Just a cleaner solution. But if you would like to use Custom CSS, you can remove Peter’s code and add your code to Quick CSS or Custom.css fileRegards,
YigitHey Michael!
It seems like you have already figured out and fixed the issue. I have checked your page on Chrome v 32.0.1700.107 m on Win7 and icons display just fine
Cheers!
YigitFebruary 20, 2014 at 3:52 pm in reply to: Website is very slow to load with this theme. How can this be fixed? #226838Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.post-title h1 a, .post-title h2 a { font-size: 26px; }P.S.: Please start a new topic if your questions are off topic
Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .logo, .logo img { max-width: 280px !important; }}Regards,
YigitHey coastalangler!
Can you post the link to your forum page with a temporary login so we can take a look?
Regards,
YigitHey!
Please try the workaround Josue posted here https://kriesi.at/support/topic/stop-resizing-header-but-anchor-not-correct/#post-220223
Best regards,
YigitHey malkoin!
Please go to LayerSlider WP and edit your slider and go to Global Settings to check reponsive settings. These are global settings from demo site http://i.imgur.com/iBBOUsP.jpg
Cheers!
YigitHi!
Please download pre-built child theme here http://kriesi.at/documentation/enfold/using-a-child-theme/ so we can make sure that there is not wrong with your child theme
Please also make sure that footer.php file in your child theme has the sames line on bottom https://dl.dropboxusercontent.com/u/14975671/bottom.JPGBest regards,
Yigit-
This reply was modified 12 years, 2 months ago by
Yigit.
Hi!
1- You should go to wp-content\themes\enfold\js folder to find Avia.js file
2- Admin account to dashboard of your site. Please make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit buttonCheers!
YigitFebruary 20, 2014 at 3:03 pm in reply to: Social Media Icons/ Page Builder Blog Navigation HELP! #226787Hi!
1- It is 3rd party plugin issue. You can add following code to Quick CSS in Enfold theme options under Styling tab for a temporary fix
.fb_iframe_widget { display: inline-flex; }2- Please go to Appearance > Widgets and add Enfold Latest News widget to Sidebar Blog widget area
Best regards,
Yigit -
This reply was modified 12 years, 2 months ago by
-
AuthorPosts
