Forum Replies Created
-
in reply to: Modifying logo link in Specular
Hello,
It’s not essential for the WordPress URL and Site url to be the same. You can have a different site url in case you want to direct the site to another sub-domain. But however, it is true that it will impact somehow the sub-domain. Unless you set a fixed home page.
Anyway, if you feel more comfortable editing directly the logo link in the theme code, then just go to file
functions-specular.phpand find these lines:
$logo = "<a href='".esc_url(home_url('/'))."'>".$logo.$logo_light."</a>";
And this:
$logo = "<a href='".esc_url(home_url('/'))."'>".$logo."</a>";edit to this:
$logo = "<a href='https://mysite.com'>".$logo.$logo_light."</a>";
And this:
$logo = "<a href='https://mysite.com'>".$logo."</a>";Replace the test link with the link you want the logo to have.
Best regards!
in reply to: Cannot Set Time Limit / Cannot Modify HeaderHello,
Your host has taken steps to ensure that you don’t hog the memory and interrupt other users’ service.
If your site is processing okay and everything is there, this shouldn’t be an issue and you can just ignore this warning.Best regards!
-
This reply was modified 9 years, 5 months ago by
Mirela.
in reply to: Title page don’t display on more than one lineHello,
That’s good to know.
Let us know if you need further help.Best regards!
in reply to: light version header – active colorHello,
@MerijndeSteur,
Please send us a link of your site. So i can give the precise css for it.Best regards!
in reply to: Mobile MenuHello,
Are these two sites pointing to the same wordpress installation?
The first domain is not accessible. Please see screenshot.
I checked the second one and the menu works very well. See screenshot.
Let us know.Best regards!
in reply to: Portfolio L/R related questionsHello,
The message i’m getting is “Invalid username”. Please check your username first and then the password.
I am not able to login again. Screenshot.Best regards!
in reply to: Portfolio Image QualityHello,
Sorry for the late reply.
As stated above you need images of very high quality for them to be as clear as possible. Example: Open this portfolio page: https://codeless.co/specular/default/?page_id=614
The original image (before crop) of the “FEATURED IMAGE RIGHT” portfolio item featured image,is 2000x1896px. Then as stated in the add_image_size() function it is cropped down to 600x600px.
Please keep in mind that this is cropped in equal dimensions, creating a foursquare like image. But if you have images in rectangle dimensions (more wide than high), then cropping them to a foursquare dimension will affect the image proportions and quality.Having a 4 column portfolio will decrease further the featured images width to the 25% of the layout. See screenshot.
I what i can suggest you is to change the
add_image_size( 'port4', 600, 600, true );line in file functions.php, to rectangular dimensions. (For example is the grayscale portfolio:add_image_size( 'port3_grayscale', 627, 470, true );) Upload images of very high quality. Switch to a three or two column portfolio in order to have bigger images.Best regards!
in reply to: Detailed Portfolio BreadcrumbsHello,
I understand what you want to achieve but as i previously said, this is not as simple as the code provided in the other topic. This requires more coding and time we do not offer for personal preference editing. I suggest you hire a developer to do this for you.
If you think this is an important feature that should be added, please suggest it here: https://support.codeless.co/?forum=suggest-us-featuresBest regards!
-
This reply was modified 9 years, 5 months ago by
Mirela.
in reply to: Problem with installing templateHello,
How many import/backup imports did you do until now? Did you delete the database content before each import? Are you importing on a clean new installation or did you have a website build before?
The backups are in case you have already had a build website and had saved backups of it’s content and settings. In order to reverse site back to the state it was in the time of when that backup was performed.
If you have a new installation, then only import dummy data makes sense.
Plugins do not affect the import process. Whither you activate them or not.
Did you make sure to have enough memory limit? You can increase it your self or ask you host to do it for you.Please add the login information on your extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: Portfolio L/R related questionsHello,
I tried accessing wordpress dashboard but the username is not correct. See screenshot: https://pho.to/AbDW7
Can you please chekc?Best regards!
in reply to: Team member pageHello,
You can change the image size in functions.php file. Read this article for more detailed information.
Or add this code into your custom css box:.single-staff .blog-article.standard-style .media > *:not(.post_type) { width: 68% !important; padding: 10% !important; }Result screenshot. Change the values to your wish.
Best regards!
in reply to: Modifying logo link in SpecularHello,
To change the logo link go to Settings > General > Site Address (URL). Set the link you want the logo to point to, here.
Best regards!
in reply to: light version header – active colorHello,
@MerijndeSteur,
Yes you can do that. Just add this code into your custom css box:.header_1 nav li.current-menu-item > a { color: #10b8c7 !important; }Change the color to your wish.
Best regards!
in reply to: Slow Home pagein reply to: Detailed Portfolio BreadcrumbsHello,
This is a plugin we have not tested with theme so i can’t tell for sure. Sorry but as you have read on the support policy, third party plugins are not supported.
Best regards!
-
This reply was modified 9 years, 5 months ago by