Forum Replies Created
-
AuthorPosts
-
Hi,
I am not able to view the error on my end as it seems to be normal. If you can provide a screen of exactly how you see it, I can make the proper adjustments. Maybe try the service to get the screenshot https://snag.gy/
Best regards,
Jordan ShannonHey SunFrog,
Please provide a link to the site in question.
Best regards,
Jordan ShannonHi,
Could you please provide another screenshot. It is not showing above.
Best regards,
Jordan ShannonHey Lukerk,
Would you be able to provide login info so that I can look into this further and add the required css? And, just to clarify you want to the background image to stretch the full width of the mobile screen?
Best regards,
Jordan ShannonHi,
Would you be able to provide a screenshot as well?
Best regards,
Jordan ShannonHi,
I would look into this: https://wordpress.org/plugins/wp-advanced-pdf/
Best regards,
Jordan ShannonHi,
Would you be able to provide admin info? I would like to login and see how you have the page set-up in the ALB. That way I can tell you the exact line you need to change.
Best regards,
Jordan ShannonHi,
Try adding this to quick css:
.summary.entry-summary div{ display:none; }
Best regards,
Jordan ShannonHi,
You can make adjustments by searching the following in functions.php
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);
You can make needed adjustments here and remove cropping where you need to.
Best regards,
Jordan ShannonHey seanpilatus,
1) Please try deactivating any running plugins to see if that fixes the issue. If it does then reactivate one by one until you isolate the one causing the problem.
2) Are you using an updated php version? Make sure you are using php ver 7.1+
3) You can also try increasing memory limit. If you need to know how please view this link: http://www.tipsandtricks-hq.com/forum/topic/how-to-increase-wordpress-memory-and-php-memory-limit
I would start with #1 above all.Best regards,
Jordan ShannonHey blurithmics,
What kind of functionality are you looking for? For example what kind of pdf’s are you looking to create? From posts , pages, etc?
Best regards,
Jordan ShannonHey Charlotte,
Wordpress is resizing by default when uploading images and if you want to have more control over image size you can use this plugin: https://wordpress.org/plugins/simple-image-sizes/.
Best regards,
Jordan ShannonHey Ben,
Please provide a link to the site please so we can look into this further.
Best regards,
Jordan ShannonHey NMOI,
What device are you using PC or Mac? Also, is it the latest version of Chrome. I tested on a PC and it seems to be working as it should. Please see screenshots:
Scrolling down —> https://snag.gy/Nb28Rg.jpg
Best regards,
Jordan ShannonHey Joyce Valenzuela,
We can try our best to attempt to help you here first, and then if you need additional help I will gladly point you in the right direction
Best regards,
Jordan ShannonHi,
No problem, I hope to have this figure out soon.
Best regards,
Jordan ShannonHey christineiam,
Have you tried to flush WP cache completely, and make sure you are using the latest PHP version release.
Best regards,
Jordan ShannonHey baaso,
I would suggest the following:
1. Enable this
2.Set a custom class to that button (ex:custom_click)
3.Add this to your theme / child theme functions.php:function trigger_func_on_custom_button(){ ?> <script> (function($){ $(window).load(function() { $('.custom_click').on(function(e){ function(); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'trigger_func_on_custom_button'); </a>
Best regards,
Jordan ShannonHi,
Where did you add the css I sent? I am trying to remove it but can’t find it in quick css or style.css?
Best regards,
Jordan ShannonHi,
Please try another re-install.
Best regards,
Jordan ShannonHi,
I just tried myself and ran into the same issue:
Try increasing the memory limit in WP:
To increase the wordpress limit please access wp-config.php file and add/edit the below line
define(‘WP_MEMORY_LIMIT’, ‘256M’);
For a detailed explanation please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
and you can contact your service provider to increase the memory limit.Best regards,
Jordan ShannonHi,
It is working now. The link was formatted wrong for that specific element.
I changed this:
http://vimeo.com/207349610/d45d20d0fa
to this:
http://vimeo.com/207349610
Best regards,
Jordan ShannonHey sk722,
What other pages do you have the video on?
Best regards,
Jordan ShannonHi,
Okay, give us just a bit more time to get this figured out.
Best regards,
Jordan ShannonHi,
It is still not functional for me. I have completely cleared the cache and browser.
Best regards,
Jordan ShannonHi,
I am going to log into the admin and take a look, is this a complete fresh install? Do you need to back anything up first?
Best regards,
Jordan ShannonHi,
It seems right click and element inspector have been disabled from the site. Can you please remove it as it is needed to move forward.
Best regards,
Jordan ShannonHi,
Thank you. I was able to click through the slide show all the way until the login pop-up. Can you tell me the steps to take to recreate the issue. Or, preferably, provide a screenshot of the exact slide that begins the issue.
Best regards,
Jordan ShannonHi,
Would you be able to provide login info so I can look a little deeper into the fix?
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, please let us know.
Best regards,
Jordan Shannon -
AuthorPosts