Forum Replies Created
-
in reply to: Translate "Read More" on BlogpageThis reply has been marked as private.in reply to: Width of Sticky NavThis reply has been marked as private.in reply to: Responsiveness + Menu
Hi Mihaila,
sorry for the late response and Thank You for your Support! It is nearly perfect but there are still two issues.
1. on an iPad in vertical format: the left and right white space is not the same:

2. for the projects of the Category “Corporate Design” I chose a Portfolio Type with a right floating sidebar.
on Desktop and iphone that looks ok, but when you look in vertical iPad format the text is cut:
Would be glad about Help
Berndin reply to: Responsiveness + MenuHello Mihaila,
thank you!
But it is still the same on an iPad.
iPad

iPad Menu

On the iPhone it is better, but when I open the menu the content below is not in the middle anymore

Thank you for Help!
Berndin reply to: Portfolio Slideshow Image SizeIf I add the code like that:
<?php
Function child_enqueue_scripts() {
wp_register_style( ‘childtheme_style’, get_stylesheet_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘childtheme_style’ );
}
add_action( ‘wp_enqueue_scripts’, ‘child_enqueue_scripts’);
function codeless_images_sizes(){
add_image_size( ‘port3’, 600, 600, true );
add_image_size( ‘port3_grayscale’, 627, 470, true );
add_image_size( ‘port2’, 460, 275, true );
add_image_size( ‘port2_grayscale’, 940, 470, true );
add_image_size( ‘port4’, 600, 600, true );
add_image_size( ‘blog’, 960, 640, true );
add_image_size( ‘alternate_blog’, 440, 195, true );
add_image_size( ‘alternate_blog_side’, 355, 235, true );
add_image_size( ‘blog_grid’, 350, 350, true );
add_image_size( ‘staff’, 400, 270, true );
add_image_size( ‘staff_full’, 500, 340, true );
}
?>
I get this failure:
<b style=”color: #000000; font-family: Times; line-height: normal;”>Fatal error</b><span style=”color: #000000; font-family: Times; font-size: medium; line-height: normal;”>: Cannot redeclare codeless_images_sizes() (previously declared in /www/htdocs/w00fc17a/destino-creative.de/wp-content/themes/specular-child/functions.php:16) in </span><b style=”color: #000000; font-family: Times; line-height: normal;”>/www/htdocs/w00fc17a/destino-creative.de/wp-content/themes/specular/functions.php</b><span style=”color: #000000; font-family: Times; font-size: medium; line-height: normal;”> on line </span><b style=”color: #000000; font-family: Times; line-height: normal;”>162</b>
What to do?
Thank you
Berndin reply to: Responsiveness + MenuThis reply has been marked as private.in reply to: Portfolio Slideshow Image SizeHello Mihaila,
as I use the child-theme of Specular, could I embed the altered code for this in functions.php of the child theme?
Like this:
<?php
Function child_enqueue_scripts() {
wp_register_style( ‘childtheme_style’, get_stylesheet_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘childtheme_style’ );
}
add_action( ‘wp_enqueue_scripts’, ‘child_enqueue_scripts’);
function codeless_images_sizes(){
add_image_size( ‘port3’, 600, 600, true );
add_image_size( ‘port3_grayscale’, 627, 470, true );
add_image_size( ‘port2’, 460, 275, true );
add_image_size( ‘port2_grayscale’, 940, 470, true );
add_image_size( ‘port4’, 600, 600, true );
add_image_size( ‘blog’, 960, 640, true );
add_image_size( ‘alternate_blog’, 440, 195, true );
add_image_size( ‘alternate_blog_side’, 355, 235, true );
add_image_size( ‘blog_grid’, 350, 350, true );
add_image_size( ‘staff’, 400, 270, true );
add_image_size( ‘staff_full’, 500, 340, true );
}
?>
So I would not have to make these changes everytime I update the theme?
Thank you for Help!
Berndin reply to: WPBakery Visual Composer UpdateThank you!
in reply to: WPBakery Visual Composer UpdateHello Mihaila
I have version 1.3.1 of the Specular theme installed.
I cannot find a folder like “visual composer” or so in content/plugins/
Where is that folder located?
Thank you
Berndin reply to: WPBakery Visual Composer UpdateHello Mihaila,
Same thing again:
Now I have Version 4.4.3 – actual version is 4.5.3
Can I download it somewhere?
Thank you
Berndin reply to: Remove Shadow and borders from Submenu?Great again, Mihaila
Thank you
Berndin reply to: do not show Portfolio Custom FieldsYou are the Best, Mihaila!
Thank you!
Bernd
in reply to: do not show Portfolio Custom FieldsHello,
the reason why I wanted to change the portfolio items and do not show the Custom Fields is that I could not use html in there. If that would be possible either (use bullets, paragraphs etc) I would leave the layout as it is.
May be that would be easier?
Thanks for Help
Berndin reply to: do not show Portfolio Custom FieldsHi Mihaila,
thanks, that works, but only for the portfolio items which use the <span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Container Image Slideshow and the content below.</span>
But I have made a second form of portfolio items with a floating sidebar on the right. They will get affected by this code too and disappear completely.
Is there a chance to not alter this type of portfolio?
Thank you for Help
Bernd
in reply to: Floating Sidebar moves not correctHi Mihaila,
seems complicated. I see that there is “Custom JS Code” in WordPress/Specular/General Options
Could I not put the changed code simply in here and it will not be affected from a theme update?
Thanks
Bernd





