Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@live2bfree: Seems like a plugin issue than theme issue. It is taking inline style for width which is causing the problem. Try the widget with WP core theme and check, if the problem persists, it is not a theme issue.
However, this can be solved using custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.fb-page.fb_iframe_widget > span { width: 284px !important; }Regards,
MaheshMahesh
Member@live2bfree: Seems like a plugin issue than theme issue. It is taking inline style for width which is causing the problem. Try the widget with WP core theme(tweenty fourteen) and check, if the problem persists, it is not a theme issue.
However, this can be solved using custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.fb-page.fb_iframe_widget > span { width: 284px !important; }Regards,
MaheshMahesh
Member@gabiirrs: Are you using any plugins? If so, try deactivating the plugins one by one and check if it resolves the issue. I checked for the issue on our server but not issues found. It is working fine.
Let me know if the problem persists.Regards,
MaheshMahesh
Member@diferent:
Hi Xavier,Thank you for using Full Frame Pro theme.
For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’sfunctions.phpadd the following code.add_action( 'init', 'fullframe_child_secondary_menu_only_for_logged' ); function fullframe_child_secondary_menu_only_for_logged() { remove_action( 'fullframe_before_content', 'fullframe_secondary_menu', 20 ); if( is_user_logged_in () ) { add_action( 'fullframe_before_content', 'fullframe_secondary_menu', 20 ); } }Regards,
MaheshMahesh
Member@paul-mac: For this, you’ll need to do some customization in HTML structures, javascript and CSS. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Member@mindfulsami: This can be fixed with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#disqus_thread { background-color: #fff; padding: 10px; }Regards,
MaheshMahesh
Member@jkyle:
Hi Jkyle,Are you using any other plugins, try disabling theme one by one and check if it resolves the issue. Let me know if the problem persists. Please post in your site URL.
Regards,
MaheshMahesh
Member@gdyeacu: Are you using any plugins for this or simply generated code? I used http://embedgooglemaps.com/en/ to generate the code for the map. And is running fine, no API key required. Please check the image in the link below, this is how it is being displayed on mine, using the above code.
Let me know if any problem.
http://goo.gl/6zOGvhRegards,
MaheshMahesh
Member@lisovol:
Hi Michael,Thank you for using Catch Responsive Pro theme. Since the translation for Ukrainian is not fully completed, we haven’t included it in the theme. We will include the translations file as soon as it completes in the upcoming updates. For now you can use
.moand.pofile in the from the link below.
https://goo.gl/uymPhr
Note: Download the zip file and extract them then place it inthemes/catch-responsive-pro/languagesfolder.
Hope this helps.Regards,
MaheshMahesh
Member@pixelwarrior: Seems the issue is caused because of the server. You’ll have to manually update the theme through FTP. Navigate to the themes folder of the server with FTP and upload and replace the whole folder and its content once uploading finishes your theme will be updated.
Let me know if any problem.
Regards,
MaheshMahesh
Member@gdyeacu: Seems like there is some error while generating code. I generated the code again and got it working.
<script src='https://maps.googleapis.com/maps/api/js?v=3.exp'></script><div style='overflow:hidden;height:440px;width:700px;'><div id='gmap_canvas' style='height:440px;width:700px;'></div><div><small><a href="http://embedgooglemaps.com"> embed google maps </a></small></div><div><small><a href="https://termsandcondiitionssample.com">terms and conditions generator</a></small></div><style>#gmap_canvas img{max-width:none!important;background:none!important}</style></div><script type='text/javascript'>function init_map(){var myOptions = {zoom:10,center:new google.maps.LatLng(51.58250734077006,-0.0027888175781098923),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById('gmap_canvas'), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(51.58250734077006,-0.0027888175781098923)});infowindow = new google.maps.InfoWindow({content:'<strong>Title</strong><br>Belvoir House, Belvoir Road, LE67 3PN<br>'});google.maps.event.addListener(marker, 'click', function(){infowindow.open(map,marker);});infowindow.open(map,marker);}google.maps.event.addDomListener(window, 'load', init_map);</script>
Where to put the code depends on where you want it. For example if you want the map on the sidebar, you can use text widget, paste all the code above in it.Let me know if any problem.
Regards,
MaheshMahesh
Member@panther33: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#site-details { left: -100px; position: relative; } #site-logo { left: -50px; }Regards,
MaheshMahesh
Member@sheilalowe: You mean you want to have different image in the slider? If so go to Dashboard=> Appearance=> Customize=> Featured Slider then select your desired image in Featured Slide # option.
Let me know if any problem.Regards,
MaheshJuly 5, 2016 at 9:49 am in reply to: Making a "featured content" link go to a specific part of a page. #94792Mahesh
Member@trancid: Catch Responsive theme has some limitations. In Featured Content, you have two options, Demo Featured Content and Featured Page Content. You cannot edit the link in neither of the options. Catch Responsive Pro comes with some additional features, Featured Image Content is what you need. With this option, you can have custom featured content and you can link it to your desired page or section of the page.
I recommend you to upgrade to Pro version.
Let me know if you have any questions.Regards,
MaheshMahesh
Member@naksnaks: Thank you for using Chicago Pro theme. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
* Change to color of the “submit” button in a forminput.wpcf7-submit[type="submit"] { background-color: #1e73be; }Note: Replace the hex in the above code to your desired color.
* Add some padding to the side bar
.sidebar-primary { padding: 0 10px; }Regards,
MaheshMahesh
Member@rflores: After activating the plugin, go to Dashboard=> Appearance=> Widgets and drag the Twitter Timeline widget to your desired widget area. Here is the image of how it looks in the link below, hope this helps. Let me know if any problem.
http://goo.gl/IBo4R1Regards,
MaheshMahesh
Member@pixelwarrior: Using Catch Updater Plugin should not give such error. Please check the tutorial video for Catch Updater Plugin in the link below. Hope this helps.
Let me know if the problem persists.Regards,
MaheshMahesh
Member@scnelson1: This is the default structure of the theme. If you want to header image to display at the top before Featured Slider, you’ll have to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the following codes.
add_action( 'init', 'fullframe_child_move_header_image_before_slider' ); function fullframe_child_move_header_image_before_slider() { remove_action( 'fullframe_before_content', 'fullframe_featured_overall_image', 20 ); remove_action( 'fullframe_before_content', 'fullframe_featured_slider', 10 ); add_action( 'fullframe_before_content', 'fullframe_featured_overall_image', 10 ); add_action( 'fullframe_before_content', 'fullframe_featured_slider', 20 ); }Let me know if any problem.
Regards,
MaheshMahesh
Member@redlillies: Seems the Jetpack’s slideshow is causing the issue. Please contact Jetpack support for this issue.
And for displaying slider image apart from demo sliders, Go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options and select Featured Page Slider and select the pages you want to display as slider.
Note: Please make sure that all the page selected for Featured Page Slider has Featured Image.
Let me know if any problem.Regards,
Mahesh -
AuthorPosts
