Forum Replies Created
-
AuthorPosts
-
Hey!
I would suggest amending the height for different screen sizes using media queries:
For example, add the following to custom.css. It covers most screen sizes but you might have to add one or two more depending on the effect that you want to achieve. Feel free to change the value of “top” to reposition the arrows.
/* Desktop Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */ @media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ #top .avia-smallarrow-slider .avia-slideshow-arrows { position:absolute; top: -80px !important; } } /* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top .avia-smallarrow-slider .avia-slideshow-arrows { position:absolute; top: -80px !important; } }
Regards,
ArvishOctober 11, 2014 at 3:02 pm in reply to: Editor won't load, buttons unresponsive, can't do anything! #334317Hey!
Try adding the following at the bottom of wp-config.php in your wordpress root folder
define( 'WP_MEMORY_LIMIT', '128M' );
If that does not work, add the following line to your .htaccess file in the root folder of your wordpress install:
php_value max_execution_time 300
Best regards,
ArvishHi!
Just had a look at your site. The issue seems to be with the fullwidth slider. Everything else works fine. Tried disabling plugins to see if it fixes the issue but to no avail. I have tried to recreate the issue on my local install but couldn’t
I am creating a bug report to get Kriesi to have look. Please forward us FTP administrative credentials to your site to help us troubleshoot the issue.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Cheers!
ArvishHi Jason!
Add this to Quick CSS:
#header{
margin-top:40px;
}Best regards,
ArvishIt could be a CSS issue. Could you please the link to your site so we could have a look.
Cheers!
ArvishHi!
Even the % heights are calculated and returned in px values as seen in (themefolder)/js/shortcode.js line 2124.
Therefore, I’d advise you use media queries to vary heights for different screen sizes.
Best regards,
ArvishOctober 11, 2014 at 10:34 am in reply to: Drop down menu not working after update to 3.0.1 in certain situations #334252Hey!
Thank you for your response. Do let us know if you find a fix.
Best regards,
ArvishHey!
Just had a look at your page. I would suggest the following to correct your issue.
1. Use a logo seperate from your banner, preferably a transparent logo. The will allow the logo to resize proportionaly on different screen sizes.
2. In Enfold theme options -> Header -> Extra Elements -> Header Phone Number/Extra Info, select “Display in top bar at the right”. Add the phone number, address in the text box that appears. You can use html.
3. For the header background itself, add the following code to Quick CSS, changing the background image to your own:.header_color { background: url('link to your background image') no-repeat scroll left top !important; }
Regards,
ArvishHi BijendraMohan!
Unfortunately the built in countdown cannot be used for these purposes.
You can try amending this example and binding it to your app.
http://jsfiddle.net/ezmilhouse/V2S9d/
Alternatively, you can try http://studio.envato.com or http://www.peopleperhour.com for further customization. You can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.Best regards,
ArvishHi OlivierCharlot!
Please try changing the Header Size settings in Header Section of the Enfold theme options.
Cheers!
ArvishHi!
It is still not very clear as to which element you wish to change the font-size and color for.
If it is the entire body, add this code to Quick CSS:
body { font-size: 16px; color: #000; }
Otherwise, please let us know which elements you need a font size and color change for and we shall gladly assist.
Regards,
ArvishHey Fritz!
Add the following to the Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th{display:block;} }
Regards,
ArvishOctober 11, 2014 at 8:03 am in reply to: Avia Layout Builder Conflict with Simple Twitter Tweets #334184Hi jalmz!
Are you currently using WordPress 4.0? It would appear there might be some issues with the plugin itself.
I would advise posting in the plugin support forum as well : https://wordpress.org/support/plugin/simple-twitter-tweets
Please also forward us administrative credentials to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Regards,
ArvishHi Scott!
Please forward us a link to your page you need to customise. Additionally, for us to have a better understanding of your requirements, please forward us a mock up or screenshot of the type of modification you wish to achieve.
You can also try disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.
If disabling any third party plugins does not help, please forward us administrative credentials to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.Best regards,
ArvishHey mcraig77!
I’ve added the shortcode to a codeblock instead.
Please check and see if this is good for you.
Regards,
ArvishOctober 11, 2014 at 7:26 am in reply to: Contact form email address mailchimp/ constant contact intergration… #334170Hey mcraig77!
Unfortunately the built in contact form does not support this functionality. Consider using the following tools/plugins for this purpose:
Contact Form 7 – https://wordpress.org/plugins/contact-form-7/
Contact Form 7 DB – https://wordpress.org/plugins/contact-form-7-to-database-extension/Cheers!
ArvishHey!
In my professional opinion, you can use xsl stylesheet to transform your xml sitemap to html.Try the following links:
http://stackoverflow.com/questions/16006539/how-do-i-use-xsl-to-transform-a-xml-sitemap-that-has-attributes-instead-of-tags
https://yoast.com/xsl-stylesheet-xml-sitemap/Best regards,
ArvishHi DaraEmerson!
Thank you for using Kriesi themes.
Please try the following solution:
https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/#post-324190
Should this not resolve the issue, please forward us administrative WordPress and FTP credentials to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Cheers!
ArvishHi!
Try the following plugin: https://wordpress.org/plugins/codepress-admin-columns/
It will help you remove unwanted columns from your posts tables.
We also welcome you to add a feature request and vote for it here:
https://kriesi.at/support/enfold-feature-requests/
Cheers!
ArvishHi Dominic!
Tried accessing your site but the login details are not working. Could you please check and forward them again.
Alternatively you can also look into the following guides to see if it can help you can solve the problem:
http://wpml.org/faq/string-translation-default-language-not-english/
http://wpml.org/faq/server-setting-for-languages-in-directories/Cheers!
ArvishHi!
I have followed the same steps as you on my station but I cannot recreate the issue.
Could it be the following?
The Advance Layout Editor suppresses content that are entered in the basic editor. This is a feature that’s meant to prevent users from editing code generated by Advanced Layout Editor directly via the basic editor.
If you wish to view the code that you’re working with, try the following guide:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
ArvishHey!
You can upload the screenshot to a service like http://imgur.com/
The socket is larger because there’s a google ad iframe added to it. As far as I am concerned, I never corrected any code. just made an initial check.
Did the Social buttons disappear after an update to the theme?
I have the impression that you added code to the footer.php file in your theme directory.
Theme Updates will overwrite changes made to the files. You are advised to use a child theme for updates.
Please have a look at the following resources for guidance:
http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/
http://kriesi.at/documentation/enfold/using-a-child-theme/In my professional opinion, I would add social buttons inside a widget and call that widget in the footer. This would give me more flexibility with the theme and the code.
Cheers!
ArvishOctober 10, 2014 at 9:53 am in reply to: Drop down menu not working after update to 3.0.1 in certain situations #333760Hi!
Just checked the menu. Using Windows 7 Ultimate(up to date) and all latest browsers. Everything seems to be working fine for me.
Could it be a side effect of one of your Browser plugins?
Cheers!
ArvishHey!
In my opinion, I believe the redirection function of your SEO utility might be the culprit here. As Ismael said and I conquer, the post he create and I verified was working fine. Therefore, I have no other choice but to conclude that the SEO plugin is messing up the redirection.
I am referring this issue to Kriesi as well to have a look but I would also strongly advise contacting the SEO plugin developer for support.
Could you please forward us your FTP details so that we could have a closer look.
If there is any other help you require regarding the theme in the meantime, please let us know. We will gladly assist.
We will keep you posted as soon as we find a solution to this issue.
Best regards,
ArvishOctober 10, 2014 at 7:48 am in reply to: Gravity form issue with enfold theme and mozilla firefox #333712Hi!
Change the code provided by Ismael to the following:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { font-size: 13px !important; line-height: 1.3em !important; height: 40px; min-height: 30px; }
The only difference is a height change.
Here the screenshot of the form when the code is applied.
Best regards,
ArvishHey momon!
Replace this line in helper-social-media.php in your enfold/includes/admin folder:
$blank = strpos($share['url'], 'mailto') !== false ? "" : "target='_blank'";
With:
$new_window = "onclick=\"window.open(this.href, 'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;\""; $blank = strpos($share['url'], 'mailto') !== false ? "" : $new_window;
Best regards,
Arvish- This reply was modified 10 years, 1 month ago by Arvish.
October 9, 2014 at 11:35 am in reply to: Can anyone recommend a portfolio plugin that works with Enfold under SSL? #333124Hi Sandie!
We can try to help if you could please forward us the link and administrative credentials to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Best regards,
ArvishHi!
Have you try changing the theme to see if the problem persists with another theme? In such a situation, I would advise you to verify that your .htaccess file found in the root folder of your wordpress install is writeable.
You can have a hint by visiting Settings->Permalinks and clicking save in the backend. If you get a message at the bottom asking you to copy and paste a particular piece of code, it means .htaccess needs to be edited manually.
You can also forward us administrative credentials to your site for us to have a closer look.
Additionally, please submit a support ticket to https://wordpress.org/support/plugin/wordpress-seo to see if they can come up with a solution faster.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Best regards,
ArvishHi Heathcliffe!
Please forward us a link to your page you need to customise. Additionally, for us to have a better understanding of your requirements, please forward us a mock up screenshot of the modification you wish to achieve.
Best regards,
ArvishHi!
Could you replace this:.template-single-blog .avia-image-container{ margin-top:5px; }
With
.template-single-blog .avia-image-container{ margin-top:5px !important; }
to correct the misalignment.
The misalignment is because of the following code in shortcode.css
body .container_wrap .avia-builder-el-first { margin-top: 0px; }
As much as we try to cover all angles, it happens that we may need adjustments every now and then to particular parts of the site. Enfold provides enough flexibility to allow you, the user, to adapt the framework to your particular needs.
Cheers!
Arvish -
AuthorPosts